|
The FTP Server is a component from the Clever Internet .NET Suite library. It can accept client connections and allows you to upload and download files, as well as manage files and directories as specified in RFC 765, RFC 959 and RFC 1579 documents.
- 100% managed code
- Multiple threads support
- SSL and TLS encryption - FTPS
- In-memory file and directory structure - virtual file system
- Manage files and folders on the disk
- MS-DOS and Unix directory listing style
- Anonymous and Read-Only access, user Authentication
Using FTP Server component, you can specify how to start SSL negotiation protocol.
You can implicitly start SSL negotiation after the connection is established or first connect in plaintext, and then explicitly start SSL negotiation through a protocol command - 'AUTH TLS'.
The FTP Server component provides advanced set of events for directory listing, file downloading and uploading, directory changing and other operations.
All these events allow you to work with files and directories in-memory without using the file system structure on the disk.
Using the FtpFileHandler component you can automatically handle all these events and allow server to manage files on the disk.
Please see the Demos code (FtpServer, FtpServerSSL) and also the indexed Help documentation provided with the Clever Internet .NET Suite installation to learn more about using this component in your application.
When Purchasing the Clever Internet .NET Suite you receive the full sources for all suite components and also free unlimited support.
|