Download Multiple Files
Downloads multiple files from an FTP Server simultaneously.
Last updated
Downloads multiple files from an FTP Server simultaneously.
Last updated
This activity downloads multiple files simultaneously without any of its associated folder structure from the FTP server based on the specified Rate limit
Local Path: String Argument
Specifies the full path of the folder within the local system where the files are to be downloaded.
Remote Path: String Argument
Specifies the path in the ftp server that contains the files or folders that you wish to download.
Rate Limit: Object Argument
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.
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.
FTP Session Id: IFTPSession Variable