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

Retrieving Multiple Files and Directories

Problem:

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

  • Download directories with a recursive option
  • Get 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 MGet Demo sample demonstrates how to download many files with a single method call, while providing progress statistics for each transfer.

The MGet 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