1. Choose the connection method (depending on the capabilities of the server you are connecting to):


  • FTP:Plain, unencrypted FTP.
  • FTP with Impicit SSL:Is also known as FTPS. In implicit mode, security is enabled as soon as the connection starts. This method of negotiating TLS/SSL for FTP is considered deprecated, but is still widely used.
  • FTP with TLS/SSL:Also known as explicit FTP with TLS/SSL, or FTPES, this type of connection starts out as plain FTP, but through special FTP commands is upgraded to TLS/SSL encryption. This is a somewhat newer form of encrypted FTP, and is considered the preferred way to establish secure connections.
  • SFTP:While both are secure file transfer protocols and have similar names, FTP with TLS/SSL (FTPSand FTPES) should not be confused with SFTP, which stands for SSH File Transfer Protocol. SFTP is a completely different protocol, whereas FTP with TLS/SSL uses the same protocol as FTP but wrapped in an encryption layer.


2. Choose the connection name.


3. Specify the server’s address and the port it is listening on. The default port for plain FTP and FTP with TLS/SSL is 21, for FTP with Implicit SSL – 990, for SFTP – 22.


4. Enter your login and password. If you don’t have an account on the server, check Anonymous login.


Note: If you specify a password, it will be stored in the Keychain and not asked again. If you leave the field blank, and a password is required by the server, it will be prompted on every connect.


6. Choose the connection mode – active or passive


7. Set the remote path. This is the directory on the server that will hold the files you upload. If you leave this field blank, the files will be uploaded to the default directory your FTP account logs into.


8. Click Connect.