Create Directory
Creates a directory on the remote FTP server.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.
Input
- Session Id - Id of the FTP session. The ID is the output of the Connect node.
- FTP Directory Path - Path of the directory to be created on the remote FTP server
Output
- Path - Path of the created directory on remote FTP server
Directory is created using FTP session provided as an input. Path of the created directory is returned on the output.