5.24.11 CREATE
The CREATE command is used to create a directory on the SFTP server.
Syntax:
Command |
Keyword |
Value |
Developer notes |
CREATE |
DIR |
value |
Required. Directory path. |
PERMISSIONS |
value |
Optional. Linux style permissions. |
Example
CREATE DIR(/folder) PERMISSIONS(RWX------)