A small C# .net FTP component to:
- download, upload files
- create, remove, change remote directories.
- remove and rename remote files.
Maybe the FTP component will not correctly work for your FTP server (UNIX, Windows, ...). It depends on the settings of your FTP Server. Therefore I also added the FTPClient source code so you can change as you want.
Download FTPclient source code.Download FTPclient sample.- Wesley