ftpSendFile Step

Last published at: May 3rd, 2021

Description:

Send (Upload file to FTP server).

Inputs

  • ftpConnection – Select the FTP connection from dropdown
  • sourceFilePath – The physical path of file to be uploaded to server. Ex: - C:\Folder1\uploadText.txt.
  • desitinationFilePath –The relative path of the file to save in FTP server. Ex: - /folder1.

Returns

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

Usage:

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

Example:

Let’s build and execute the ftpSendFileDef example.          

  • Create a new definition called “ftpSendFileDef”
  • Select the definition and click the “design” button
  • Drag a ftpSendFile step to the canvas
  • Connect the dots between the start and ftpSendFile step

  • Click on the “ftpSendFile” 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/upload file to FTP server.