Download Multiple Files

Downloads multiple files from an FTP Server simultaneously.

This activity downloads multiple files simultaneously without any of its associated folder structure from the FTP server based on the specified Rate limit

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 limit for downloads in kbytes/s . Set this to 0 for unlimited speed.

  • 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 wont 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 wont 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 wont check if the if the folder that is to be downloaded contain 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