FTP Upload Files
Command description
Upload one or more local files 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 | Path to upload local files to remote server |
| Local File | str or list[str] | Local file path, or a list of local file paths |
| Upload Mode | enum | Optional values: Overwrite, Skip Upload, Auto-generate File Name |
Command Output Parameters
None. The underlying Python method returns the uploaded remote file paths, but this command has no output parameter, so the return value is not saved in the workflow.
Generation Notes
- Upload local files to the remote directory; do not reverse the local path and remote path.