FTP Upload Folders
Command description
Upload one or more local folders to the specified path on the remote FTP server.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| FTP Connection Object | FtpConnection | Connection object created by the "Create FTP Connection" command |
| Remote Path | str | Remote destination directory |
| Local Folder | str or list[str] | Local folder path, or a list of local folder paths |
| Child File Conflict Handling | enum | Optional 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.