FTP Upload file function

The FTP Upload file function in RPA.

Help CentreBuilding Processes

This article describes the RPA FTP functionality to upload a file to a remote server.

For a full list of available functions, please read FTP functions.


Description

The Upload file function uploads a single file from the local machine to a path on the remote server.


Setting it up

To use the Upload file function, follow these instructions:

{{popups:rpas/add:action=ftp-upload-file}}

Once on a process map:

  1. Navigate to the process where you would like to add the Upload file function
  2. Click on the green button’s drop-down (right side of the green button labelled “Process”)
  3. On the menu that appears, click on the “+ Activity” item
  4. From here you can select the FTP Upload file option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
NameYesText-The name of the FTP connection to use
Local PathYesText-The path to the local file to upload
Remote PathYesText-The destination path on the remote server

Output variables

This action does not produce output variables.


Errors

ErrorDescription
Connection not foundNo connection exists with the specified name
File not foundThe local file does not exist
Permission deniedInsufficient permissions to write to the remote path

Tips

  • Remote directories must exist first – use ftp-mkdir to create them
  • Use variables in the file paths for dynamic uploads

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.