Skip to main content

Move File

Moves a file from one FTP location to another.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Session Id - The session identifier to use in FTP activity. The ID is the output of the Connect node.
  • FTP Source File Path - Source path of the FTP file to be moved.
  • FTP Destination File Path - Destination path of the FTP file.