Skip to main content

FTP Download Folders

Command description

Download one or more folders 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 Folderstr or list[str]Remote folder path relative to the current working directory, or a list of such paths
Local PathstrLocal destination directory
Child File Conflict HandlingenumOptional values: Overwrite, Skip Download, Auto-generate Folder Name

Command Output Parameters

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

Generation Notes

  • Download remote folders to local directories; used for downloading the entire directory, not single files.