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

Transferring Many Files in Parallel

Problem:

The developer wishes to implement an application in which many files may be transferred simultaneously, with progress available for each.  The application must:

  • Copy many files between client and server in parallel
  • Perform Gets and Puts
  • Provide a drag-and-drop interface
  • Provide progress for each file
  • Permit the user to cancel ongoing transfers
 

Solution:

With the PowerTCP FTP component, applications can perform all these tasks and more.  The Parallel Transfers sample demonstrates how to upload and download many files simultaneously, while providing progress for each transfer.

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

PowerTCP FTP for .NET

See all samples for PowerTCP FTP for .NET