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