Skip to content

Upload Activity

The Upload activity enables users to transfer a specified local file to a remote FTP server. This activity facilitates secure and efficient file management within an FTP environment, allowing for the deployment or archival of files.

Field Description Requirement
Connection name Reference name of the FTP connection to be used. Optional
Local file name The full path of the local file to be uploaded. Required
Remote file name The full path and name for the uploaded file on the remote FTP server. Required
Overwrite Specifies whether to overwrite an existing file or folder with the same name on the remote server. Optional

Action Types & Examples

Connection name

  • Format: string
  • Example Result: ${ftpConnection}

Local file name

  • Format: string
  • Example Result: C:TempTestftpTest.xlsx

Remote file name

  • Format: string
  • Example Result: /home/Temp/ftpTest.xlsx

Overwrite

  • Format: boolean
  • Example Result: true

Implementation Examples

Field Setup - Connection name:ftpConnection- `Local file name: `C:TempTestftpTest.xlsx - Remote file name:/home/Temp/ftpTest.xlsx- `Overwrite: `True

Execution Parameters

Technical Notes