Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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------)