Activities
latest
false
Banner background image
Workflow Activities
Last updated 2024年2月23日

FTP Scope

UiPath.FTP.Activities.WithFTPSession

A container which handles the connection to the FTP server and provides a scope for all the FTP activities.

Note: The FTP Activity Pack is now compatible with .NET 5.

Properties

Common
  • Continue On Error - This field only supports boolean values (True, False). The default value in this field is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
  • DisplayName - The display name of the activity. This field supports only String variables.
Credentials
  • Password - The password that will be used to connect to the FTP server. This field supports only String variables.
  • Secure Password - The secure password that will be used to connect to the FTP server. This field supports only SecureString variables.
  • Use Anonymous Login - When this box is checked, the username and password fields are ignored, and a standard anonymous user is used instead. This field supports only String variables.
  • Username - The username that will be used to connect to the FTP server. This field supports only String variables.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Security
  • Accept All Certificates - If this box is checked, all certificates will be accepted, including the ones that are expired or not verified.

    Note: Only enable the "Accept All Certificates" feature if you're using a trusted development environment.
  • Client Certificate File - The path to the certificate used to verify the identity of the client. This field supports only String variables.
  • Client Certificate Password - The password for the client certificate. This field supports only String variables.
  • Client Certificate Secure Password - The password for the client certificate. This field supports only String variables.
  • FTPS Mode - Switches to the FTPS protocol. Choose one of the two available options: Explicit or Implicit.
  • SSL Protocols - Select the SSL protocol to be used for the FTPS connection
  • Use SFTP - Check this box if you want to use the SFTP transfer protocol.
Server
  • Host - The URL of the FTP server that you want to connect to. This field supports only strings and string variables.
  • Port - The port of the FTP server that you want to connect to. This field supports only integers and Int32 variables.
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.