Create folder in SFTP server

Use this step to create folder in SFTP server.

Last published at: August 1st, 2023

sftpCreateFolder Step

Description:

This step creates a folder in the SFTP server.

Inputs

  • sftpConnection – Select the SFTP connection from dropdown
  • destinationFolder – The relative path of the server to create folder. Ex:- /folder1 
 

 

Returns

  • True – step executed successfully
  • False – step failed to execute 
 

 

Usage:

 

To use this step, configure SFTP in FlowWright SFTP Connections.

 

Example:

Let’s build and execute the “sftpCreateFolderDef” example.          

  • Create a new definition called “sftpCreateFolderDef” 
  • Select the definition and click the “design” button
  • Drag a “sftpCreateFolder” step from the toolbox
  • Connect the dots between the start and “sftpCreateFolder” step
  • Click on the “sftpCreateFolder” step to configure its “Settings” properties. Provide a name to the step. Select “SFTP” connection string from the dropdown list. 
  • Click on the “sftpCreateFolder” step to configure its “Advanced” properties. Provide a relative path to create the folder. 
  • The “Logging” setting configuration is necessary for documentation and also measure the workflow progress and the percent complete. This is acheived by configuring the step state and percent fields individually as shown in the images below. Configure the “Logging” using the following properties.
  • Save the process definition, create a new process instance and execute. Render the process instance. Click on the process step to view the properties. The step should create new directory in SFTP server.