FTP File Delete

You can select this activity to delete a file from 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 deleted.
File Path String The location or the address of the file that must be deleted.
Host String The FTP server address or the hostname.
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.
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.
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.
Username String The username for FTP credentials.
Misc Display name String The display name for the activity.
Output 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