Opens the developer's official website in a new tab.
Not rated yet. Be the first to rate it.
About FTPClient.NET
FTPClient.NET is an FTP client library for Microsoft .NET Framework. The library provides simple FTP and FTPS API with many enhancements over the built in the .NET framework. Supports both Unix and Windows FTP servers. Some of the features that you will find in the library and are:
- Recursive directory upload
- Recursive remote directory download
- Recursive remote directory delete
- Directory navigation
- Remote file listing as FtpFileInfo objects
The library comes with two example projects: command line examples for the base features and a complete WinForms based FTP client.