Contents
Display Legacy Contents

 Print
    FTP Connect    
Connect to a FTP Server.

Parameters

DSA and should be in OpenSSL format.

Server <string>

The IP Address of the FTP Server to connect.

 
Port <numeric>

The Port of the FTP Server to connect.

 
Username <string>

The username defined in the FTP Server.

 
Password <string>

The password defined in the FTP Server for the above Username.

 
Mode <unquoted string>

The mode to the connection to FTP Server. Could be Active, Passive or dynamic.
   
Encryption<unquoted string>
  None – A normal FTP connection will be used with no encryption
TLS/SSL Explicit – A connection will be made normally to FTP and a command will be sent to the FTP server explicitly requesting to use any encrypted connection over TLS/SSL sockets. This is normally done on standard port 21.
TLS/SSL Implicit – A connection will be made to the FTP server and the connection will be immediately encrypted over TLS/SSL sockets before any communication is made. This is normally done on port 990.
SSH FTP Client Password – A connection will be made using SSHFTP protocol using username/password for authentication. This is normally done on port 22.
SSH FTP Client Password By File – A connection will be made using SSHFTP protocol using username and a certificate file for authentication. This is normally done on port 22.
SSH FTP Client Certificate By Content– A connection will be made using SSHFTP protocol using username and a certificate content for authentication. This is normally done on port 22.

   
Certificate File/Content<string>
  (Only for SSH FTP)
The certificate file path or content, according to previous parameter, to use for authentication with the server.
The supported certificates are RSA or DSA and should be in OpenSSL format.

   
Finger Print Type<unquoted string>
  (Only for SSH FTP)
The server hostkey hash export format (MD5/SHA1). This can be used to validate that the server is a known server.


   
Finger Print Target
  (Only for SSH FTP)
The target for the server hostkey hash.
   
Allowed Finger Print List<string>
  (Only for SSH FTP)
If is empty, the server hostkey hash will not be checked, if not empty, this can have a list separated by CR of allowed server hostkey hash.


     
  •   TLS session resumption is currently not supported on Windows 10 client. 

See also
Samples

 

 

Updated: 10/9/2017 2:36 PM