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 parameters | Input parameter type | Description |
|---|---|---|
| FTP Connection Object | FtpConnection | Connection object created by the "Create FTP Connection" command |
| Remote File | str or list[str] | Remote file path relative to the current working directory, or a list of such paths |
| Local Path | str | Download remote files to local folder path |
| Download Mode | enum | Optional 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.