Skip to main content

Download

Downloads a file from an FTP server to the local machine.

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 that was created during the FTP login process. The ID is the output of the Connect node.
  • FTP File Path - Path of the file to download on the FTP server.
  • Local File Path - Path where the downloaded file will be saved on the local machine.