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
  • bandwidth throttling
  • using FtpItemCollection class
  • consuming Ftp events
  • using LogWriter to display detailed communication log
  • using TransferProgressChanged to display transfer progress bar