Rename folder in SFTP server

Last published at: April 26th, 2021

Description:

Rename folder in SFTP server

Inputs

  • sftpConnection – Select the SFTP connection from dropdown
  • folderPath – The relative path of the folder in SFTP serverEx: - /folder1
  • renameTo – Folder name to be renamed to. Ex: - folder2

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 sftpRenameFolderDef example.          

  • Create a new definition called “sftpRenameFolderDef
  • Select the definition and click the “design” button
  • Drag a sftpRenameFolder step from the toolbox
  • Connect the dots between the start and sftpRenameFolder step

  • Click on the “sftpRenameFolder” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Save the workflow definition, create a workflow instance and execute. Step should rename directory in SFTP server.