Download Multiple Files

Downloads multiple files from the FTP server

This activity downloads one or more files simultaneously from an FTP Server.

Input

  • Specifies the full path of the folder within the local system where the files are to be downloaded.

  • Specifies the path in the FTP server that contains the files or folders that you wish to download.

  • Specifies the rate of maximum file transfers.

  • Create:

    • True(default) - Creates a directory in the system to which the files or folders are to be downloaded if the specified directory does not exist.

    • False - It won't create a new directory if the specified directory does not exist.

  • Overwrite:

    • True - Overwrites the files in the system if the files or folders that are to be downloaded contain similar files.

    • False(default) - It won't overwrite the files instead creates new files or folders if the files in the system contain similar files.

  • Contain Sub-folders:

    • True - Checks if the folder that is to be downloaded contains sub-folders or not.

    • False(default) - It won't check if the folder that is to be downloaded contains sub-folders or not.

FTP Connection

  • Specifies the variable containing the previously opened FTP Connection you wish to close. You must have previously specified this variable in an Open FTP Connection action.

Last updated