Download Multiple Files
Downloads multiple files from the FTP server
Last updated
Downloads multiple files from the FTP server
Last updated
This activity downloads one or more files simultaneously from an FTP Server.
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.
Max Transfers:Object Argument
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.
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