Download Files

Download files from the FTP server.

This activity downloads files along with its's folder structure (if any) from an FTP server.

Input

  • 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.\

  • 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

  • FTP Session Id:IFtpSession Variable 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