FTP File Move

You can select this activity to move a file between directories on an existing FTP server .

This table lists the properties for the activity.

Property Type Property Name Data type Description
Common Continue on Error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default.
Input File Name String The name of the file that must be moved.
Host String The FTP server address or the hostname.
Source String The location of the file.
Target String The destination to save the moved files.
Password String The password for the FTP credentials.
Note: The information provided in this field is masked as the data is sensitive. You can click the Eye option to review the information.
Port# Int32 The port number to be used for connecting to the FTP server.
Protocol Enum (FTP, SFTP) (Default = SFTP) The protocol to which the connection must be established. Possible values:
  • FTP
  • SFTP
Timeout Int32 The maximum time allowed for the FTP operation. The default value is 60 seconds.
Username String The username for FTP credentials.
Login Anonymous Checkbox The option to ignore the username and password. Select the check box to enable or disable the anonymous login functionality for FTP.
Misc Display name String The display name for the activity.
Output Output File String The location and path of the downloaded file.
Response Code Int32

Response code for the activity. Possible values:

  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses
  • 500 to 599: Indicates server error responses