FTP Create Folder
Command description
Create a folder on 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 |
| New Folder | str | Path of the remote folder to create, relative to the current working directory |
Command Output Parameters
None.
Generation Notes
- Create the folder on the remote server, not locally.