Open FTP Connection
Opens an FTP connection.
This activity open an FTP connection in a FTP server.
Configuration
Type: Specifies the type of transfer protocol.
FTPSFTP\
Input
Host name:
String Argument
Specifies the host name.\Username:
String Argument
Specifies the username of the FTP or SFTP server.\Password:
String Argument
Specifies the password of the FTP or SFTP server.
Configuration
UseAnonymousLogin: Specifies if we want to use anonymous login to server.
True- Uses anonymous login for logging in to the server.False(Default)- Uses the user credentials to log into the server. \
Port:
Integer ArgumentSpecifies the port number of the FTP or SFTP server.\FTPS Mode:
True-False(Default)- \
Client Certificate Path:
String ArgumentSpecifies the Client Certificate Path.\Client Certificate Password:
String ArgumentSpecifies the Client Certificate Password.\AcceptAllCertificates:
String ArgumentSpecifies an option whether to accept all certificates or not.\
Output
Session Id:
IftpSession VariableStores the specific FTP connection Id for use with later FTP Actions in the specified IFtpSession Variable
Last updated