Version: 3.0.5.1
Add comprehensive secure file transfer capabilities to any .NET application.

Uploading Multiple Files and Directories

Problem:

The developer is faced with the task of uploading many files, including directories and sub-directories, to an FTP server. The application must:

  • Upload directories with a recursive option
  • Put multiple files using wildcards
  • Show file and total operation progress
  • Provide a server synchronization option
  • Allow restarts and aborts
 

Solution:

With the PowerTCP FTP component, applications can perform all these tasks and more. The MPut Demo sample demonstrates how to upload many files with a single method call, while providing progress statistics for each transfer.

The MPut Demo sample is included with the full trial installation of PowerTCP FTP for .NET. 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