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.

    • FTP

    • SFTP\

Input

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 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.\

Output

Last updated