Connecting to FTP

Connecting to FTP

You can use ExpanDrive to connect to the FTP server of your choice.


The File transfer Protocol is a well-established protocol for sending data using the client/server model. With ExpanDrive, you can even secure your FTP sessions using TLS/SSL, or TLS/SSL (login only).

An FTP account uses two channels to establish a connection: the control connection and the data connection. The control connection is used to send the username and password and other commands. Files are transferred over the data connection.

When you use Expandrive you can choose to create a FTPS connection which encrypts the control connection (login only), or both the control and data connections (slower performance).

Note: FTPS should not to be confused with SSH (SFTP) which uses the SSH protocol to exchange information securely using private/public key pairs.


To connect to your FTP server

  1. From the ExpanDrive window click on Add.
  2. Click on FTP. The FTP configuration screen is displayed.

ExpanDrive FTP Mac

The fields of the FTP configuration screen are defined below

ParameterDescription
serverFQDN of the FTP server that you would like to connect to

  1. servername.domain.com
usernameUsername that you use to connect to the FTP server.
passwordPassword that you use to connect to the FTP server.
securityFTP:
The username and password are sent over the network in unencrypted form. Data is not encrypted.
FTPS with TLS/SSL:
Both the control channel and data channel are encrypted using SSL.
FTPS with TLS/SSL (login only):
Only the control channel is encrypted using SSL. The data channel is unencrypted.
portPort for the SFTP server. Default is port 21.
nicknameAn optional nickname that you provide to identify this server.
remote pathAn optional remote path that you specify, if you would like to map to a specific directory on the FTP server.
drive letterDrive letter that will be assigned to the ExpanDrive drive mapping in Windows.
If “reconnect at login” is enabled, the same drive mapping is enabled each time that ExpanDrive connects to the server.

Security

The following security options are possible.

FTP

To connect using FTP

  1. From the FTP configuration screen, enter the server name.
  2. Enter the username and password
  3. For security specify FTP.
  4. Configure the remaining fields as required.
  5. Click on Connect.

Note: This is not a secure connection. Neither the username/password or data are encrypted.

FTPS with TLS/SSL

To connect using FTP with TLS/SSL

  1. From the FTP configuration screen, enter the server name.
  2. Enter the username and password.
  3. For security specify FTP with TLS/SSL.
  4. Configure the remaining fields as required
  5. Click on Connect.

Note: This is a secure connection. Both the connection and data channels are encrypted. You may notice an impact on performance.

FTPS with TLS/SSL (login only)

To connect using FTP with TLS/SSL (login only)

  1. From the FTP configuration screen, enter the server name.
  2. Enter the username and password.
  3. For security specify FTP with TLS/SSL (login only).
  4. Configure the remaining fields as required
  5. Click on Connect.

Note: This is a partially secured connection. Only the connection channel is encrypted. The data channel is left unencrypted.