|
|
|
How to set up FTP over SSL/TLS (FTPS)
Setting up the server
MobyExplorer supports what's known as Implicit FTPS which means that the FTPS Client connects to a dedicated port on the server (usually port 990), where the server expects SSL/TLS connections requests. Examples of FTP servers that support (implicit) FTPS are the free FileZilla Server, or the commercial GlobalSCAPE's Secure FTP Server or Gene6 Server. Please consult the server manual for information on how to enable Implicit FTPS over SSL/TLS.
SSL/TLS Certificates
If the phone can not find the CA that has signed the server certificate in it's list of root certificates then the connection is rejected (some phones allow the user to optionally proceed with the connection even if the certificate can not be validated). Setting up the SSL/TLS Certificates
If you already have a SSL certificate for your server, but it is signed by a CA which is not in your phone, then you can usually import the CA root certificate to your phone, using for example Bluetooth or downloading it from a web site. Please consult your phone manual on how to import SSL/TLS root certificates to your phone. If you are running your own FTP server, but don't have a SSL/TLS certificate, then you can create your own SSL certificate and root certificate, to authenticate your server. Please go here for instructions on how to do this. If you are using a FTP server which is not managed by yourself, then please contact the administrator of that FTP server for information on how to set it up for FTPS.
Connecting to the FTPS server
You connect to your FTP server in a similar way as for a normal FTP connection. In the Remote Connect window, write the server name, address and password. Then scroll down to the bottom of the connect window and check the Secure FTPS Mode check box. This will automatically change the settings for FTPS to the best suitable settings for FTPS. Don't forget to save the connection. Now just press OK to connect to the server.
Connection problems
If you are having problems with connecting to the FTPS server, then please first go to this page to troubleshoot your problems in the same way as for normal FTP connections. If this still doesn't solve your problem, then try and check the "Clear Data Channel" tick box in the Remote Connect window. This means the "data channel", meaning the files you are sending back and forth to the FTP server are not encrypted. However, the control channel, which transports your FTP commands, like user name and password is still encrypted. Using "Clear Data Channel" sometimes helps getting the connection to work if the firewall is blocking the ports which are used to send the files.Please also note, that due to limitations in Java, if you use "Active Mode" to connect to your FTPS server, "Clear Data Channel" will always be used. However, seeing the problems with getting the firewalls and routers to understand SSL/TLS connections, "Passive Mode" is the preferred method anyway to get FTPS to work. |