Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create Directory activity

The Create Directory activity creates a new directory on an SFTP server.

Input variables

VariableDescription
sourceHostName or IP address of the server containing the files you want to move.
sourcePortPort number to use to communicate with the source server. The default port number is 22.
sourceDirectoryPath to the target directory to create.
sourceCredentialTagSpecific Credential aliases for Orchestration activities this activity must use to run SSH commands on the host.

Output variables

VariableDescription
errorMessageThe executionResult.errorMessages from the Activity designer parsing sources. If this variable is not null, the operation has failed.
resultText message advising that the command was executed successfully.

Conditions

VariableDescription
SuccessThe activity succeeded in creating the directory.
FailureThe activity failed to create the directory.

Parent Topic:SFTP File Transfer activity pack