Skip to main content

Upload

Uploads a file to an FTP server

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 id to be used for connecting to the FTP server. The ID is the output of the Connect node.
  • FTP File Path - The path of the file on the FTP server to upload.
  • Local File Path - The path of the file on the local machine to be uploaded.