- FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols
- Certificate authentication where available, or privatekey authentication for SFTP protocol
- Internal parsing of received directory listings - get names, sizes, ownerships etc.. directly from our interface, through DirItems collection
- Both ASCII and Binary transfer modes supported, no matter if server allows them or not
- ListDir and ListNames methods for directory listing
- PutFile and GetFile for storing and retrieving files
- PutData and GetData for storing and reading data directly from the server
- Resume support
- Passive and Active data connections for FTP and FTPS protocols
- Blocking mode support (only on COM version)
- Set of events that notify you about method completition
- Timeout support
- Renaming, creating of directories, deletion of files and directories......
........ and much more. But - in ActiveX GUI version you have also
- Explorer-alike window to allow clients full access to files
- Shell icons - let icons look just like they are on local drives
- Context menus, completely customizable
- Set of events for user interaction
- Copy/Paste to and from clipboard
- Keyboard support
- Arrange icons by your criteria