FTP List Files
Command description
Get the names of all files and subfolders in the current working path of the FTP server.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| FTP Connection Object | FtpConnection | Connection object created by the "Create FTP Connection" command |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| File List | list[str] | List of file and subfolder names under the current working path |
Generation Notes
- This command returns remote names only; it does not download files.