Skip to main content
FTP

FTP - Create directory

FTP - Create directory

Creates a new folder on the FTP server at the given path. It can create the whole directory hierarchy at once when the recursive option is enabled, with no need to create each level by hand.


Options

Connection

Select the FTP: Connect action that will be used to reach the server.

Path

Enter the full path of the new directory to create on the FTP server.

Recursive

Defines whether the intermediate folders of the path are created automatically when they do not exist. Select Yes for recursive creation or No to create only the last level of the path.

Returns

This action has no returns.

Rules and Conditions

  • The Connection and Path fields are required.
  • With Recursive enabled, the whole folder hierarchy of the given path is created when it does not exist.
  • Without Recursive, every intermediate folder of the path must already exist on the server.