FTP Delete Folder
Command description
Delete the specified folder from 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 Folder | str | Path of the remote folder to delete, relative to the current working directory |
Command Output Parameters
None.
Generation Notes
- This deletes a folder on the remote server. Verify the directory before generating the workflow.