Skip to main content

FTP Scope

Connects to FTP server and provides a scope for other FTP activities

Credentials

  • Password: The password that will be used to connect to the FTP server
    • Type: System.String
  • Secure Password: The password in secure string format
    • Type: System.Security.SecureString
  • Use Anonymous: When this box is checked, the username and password fields are ignored, and a standard anonymous user is used instead.
    • Type: System.Boolean
  • Username: The username that will be used to connect to the FTP server.
    • Type: System.String

Security

  • Accept All Certificates: If this box is checked, all certificates will be accepted, including the ones that are expired or not verified.
    • Type: System.Boolean
  • Use SFTP: Check this box if you want to use the SFTP transfer protocol.
    • Type: System.Boolean
  • Client Certificate File: The path to the certificate used to verify the identity of the client.
    • Type: System.String
  • Client Certificate Password: The password for client certificate.
    • Type: System.String
  • Client Certificate Secure Password: The password for client certificate in secure string format.
    • Type: System.Security.SecureString
  • FTPS Mode: Switches to the FTPS protocol. Choose one of the two available options: Explicit or Implicit
    • Type: System.Int32
    • Dropdown Options:
      • None
      • Explicit
      • Implicit
  • SSL Protocols: Select the SSL protocol to be used for the FTPS connection. Leave empty for auto-configuring.
    • Type: System.String

Server

  • Host: The URL of the FTP server that you want to connect to.
    • Type: System.String
    • Required
  • Port: The port of the FTP server that you want to connect to.
    • Type: System.Int32