Version: 4.4.2.3
Easily add comprehensive, secure FTP to any .NET application or service.

Implementing an Interactive FTP Client

Problem:

The developer is faced with the challenge of creating a fully functional FTP client with a sparkling graphical interface. The application must:

  • Put, Get and Delete files
  • Navigate folders on the server
  • Create and delete directories
  • Report transfer progress information
  • Log sessions to the interface and to disk
  • Support popular FTP proxies
  • Provide plenty of options such as compression and security
 

Solution:

With the PowerTCP FTP component, applications can perform all these tasks and more. The ListView Client sample demonstrates how to retrieve and display listings, transfer files with progress, delete files, create and delete directories, and log sessions to disk.

C#, VB.NET and VC++ versions of this sample are included in the PowerTCP FTP for .NET installation. To dowload this sample with additional product-specific samples and documentation, see the following:

PowerTCP FTP for .NET

See all samples for PowerTCP FTP for .NET