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.
For example. rwxr-x---

Example

    CREATE DIR(/folder) PERMISSIONS(RWX------)