Open FTP Connection
Opens an FTP connection.
Last updated
Opens an FTP connection.
Last updated
This activity open an FTP connection in a FTP server.
Type: Specifies the type of transfer protocol.
FTP
SFTP
\
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.
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 Argument
Specifies the port number of the FTP or SFTP server.\
FTPS Mode:
True
-
False(Default)
- \
Client Certificate Path: String Argument
Specifies the Client Certificate Path.\
Client Certificate Password: String Argument
Specifies the Client Certificate Password.\
AcceptAllCertificates: String Argument
Specifies an option whether to accept all certificates or not.\
Session Id: IftpSession Variable
Stores the specific FTP connection Id for use with later FTP Actions in the specified IFtpSession Variable