Secure FTP Factory for .NET
Home Page
Categories: Internet and communications
Author: JSCAPE
Set of .NET client components for exchanging data between machines. Includes support for the FTP (File Transfer Protocol) and FTPS (FTP over SSL) protocols.
The components offer the ability to transfer files, rename files, delete files, create directories, transfer directories recursively. Using the FTPS connection mode all data is securely exchanged using SSL encryption methods.
Features include:
- Secure file transfer, AUTH TLS and Implicit SSL support.
- Transfer mode support: includes both ASCII and Binary modes.
- Multiple file transfer: transfer one or more files matching a regular expression.
- Directory transfer: transfer entire directories recursively, automatically recreating directory structure on receiving side.
- Progress monitor: built-in event listeners to track the progress of file transfers including bytes transferred, total time and total bytes transferred.
- Timeout support.
- Ability to interrupt file transfers at any time.
- Ability to stream messages exchanged between FTP client and server to a stream.
- Memory-based uploads and downloads: ability to upload/download a file from/to memory.
- Command execution: send arbitrary commands to FTP servers.
- Append support: upload files to FTP servers appending data sent to the end of a file.
- Resume support: resume interrupted file transfers.
 Built for .NET |
 Library |
 Source code provided |