Skip to main content
Version: 6.1
🧪 This feature is in beta. It is available for early testing and feedback, but is subject to change.

Copy File (FTP)

This node copies the input file to a remote directory over FTP (File Transfer Protocol). Use it to transfer files to an FTP server as part of your workflow.

Configuration​

  • FTP Service (required): Select an existing FTP Service configuration that holds the connection details (host, port, credentials, passive/active mode) for the target FTP server. Click New Configuration to create one on the fly if no suitable service exists yet.

  • Path (required): The destination directory path on the remote FTP server where the file will be copied. You can use workflow properties to make the path dynamic — for example: /outbox/{{year}}/{{month}}/.

Notes​

  • For secure file transfers, prefer the Copy File (SFTP) node which uses an encrypted SSH channel instead of plain FTP.
  • If the destination directory does not exist on the FTP server, the transfer will fail. Ensure the path is valid and that the FTP user has write permissions.
  • Properties resolved at runtime can be embedded in the Path field to route files to dynamic locations based on the current iteration context.