Sample: WinFormClient - GUI FTP Client
A complete Windows Forms FTP client.

This is a complete GUI FTP client (both in C# and VB.NET).
It demonstrates the following features:
- directory browsing
- basic operations such as creating and deleting directories
- asynchrounous file transfers (upload and download)
- ASCII and binary transfers
- active and passive transfers
- aborting file transfer
- connecting through proxy servers
- using FtpList class
- consuming Ftp events
- using Ftp events to display detailed communication log
- using TransferProgress to display transfer progress bar
See also: