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
- Type:
- Secure Password: The password in secure string format
- Type:
System.Security.SecureString
- Type:
- 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
- Type:
- Username: The username that will be used to connect to the FTP server.
- Type:
System.String
- Type:
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
- Type:
- Use SFTP: Check this box if you want to use the SFTP transfer protocol.
- Type:
System.Boolean
- Type:
- Client Certificate File: The path to the certificate used to verify the identity of the client.
- Type:
System.String
- Type:
- Client Certificate Password: The password for client certificate.
- Type:
System.String
- Type:
- Client Certificate Secure Password: The password for client certificate in secure string format.
- Type:
System.Security.SecureString
- Type:
- 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
- Type:
- SSL Protocols: Select the SSL protocol to be used for the FTPS connection. Leave empty for auto-configuring.
- Type:
System.String
- Type:
Server
- Host: The URL of the FTP server that you want to connect to.
- Type:
System.String - Required
- Type:
- Port: The port of the FTP server that you want to connect to.
- Type:
System.Int32
- Type: