Skip to main content

FTP Upload Folders

Command description

Upload one or more local folders to the specified path on the remote FTP server.

Command Input Parameters

input parametersInput parameter typeDescription
FTP Connection ObjectFtpConnectionConnection object created by the "Create FTP Connection" command
Remote PathstrRemote destination directory
Local Folderstr or list[str]Local folder path, or a list of local folder paths
Child File Conflict HandlingenumOptional values: Overwrite, Skip Upload, Auto-generate Folder Name

Command Output Parameters

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

Generation Notes

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