mkdir
Full path: /system/sftp/mkdir
Creates a directory on the SFTP server. This function returns true if execution has been successful. Otherwise, the outcome depends on the Abort on error parameter (see details below).
Parameters
Name | Type | Description |
---|---|---|
SFTP Connection | SFTP Connection | Mandatory parameter. This is a FlowForce object that establishes an SFTP connection. To get the SFTP connection object, call the /system/sftp/connect function first, in a separate execution step. |
Target directory | string | Mandatory parameter. Specifies the name of a directory to be created. |
Abort on error | boolean | Optional parameter. If job execution fails and the Abort on error parameter is set to true, the job execution will be aborted. The default value is true. |