Upload file to SFTP server

Last published at: April 26th, 2021

Description:

Send (Upload file to SFTP server)

Inputs

  • sftpConnection – Select the SFTP connection from dropdown
  • sourceFilePath – The physical path of file to be uploaded to server. Ex: - C:\Folder1\uploadText.txt
  • destinationFilePath –The relative path of the file to save in SFTP server. 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 sftpSendFileDef example.          

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

  • Click on the “sftpSendFile” 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 send or upload file to SFTP server.