FTP Delete Files
Command description
Delete one or more files from an FTP server.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| FTP Connection Object | FtpConnection | Connection object created by the "Create FTP Connection" command |
| File to Delete | str or list[str] | Remote file path relative to the current working directory; pass a list to delete multiple files |
Command Output Parameters
None.
Generation Notes
- This deletes files from the remote server and does not affect local files.