Skip to main content

FTP Download Files

Command description

Download one or more files from the specified remote path on an FTP server to a local folder.

Command Input Parameters

input parametersInput parameter typeDescription
FTP Connection ObjectFtpConnectionConnection object created by the "Create FTP Connection" command
Remote Filestr or list[str]Remote file path relative to the current working directory, or a list of such paths
Local PathstrDownload remote files to local folder path
Download ModeenumOptional values: Overwrite, Skip Download, Auto-generate File Name

Command Output Parameters

None. The underlying Python method returns the downloaded local file paths, but this command has no output parameter, so the return value is not saved in the workflow.

Generation Notes

  • Download remote files to the local directory; do not reverse the remote path and local path.