You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels