Page 1 of 1

FTP and FTPS together

Posted: 2019-05-16 13:51
by chriskettle
Hi

I have client that currently has FTPS set up to be used via port 990 and prompt for a certificate, this works fine.

However, the client has asked if a secure and non secure method can be used together so that some can use port 21 and others use the existing 990.

Currently when you browse to ftp.example.com it redirects to port 990 and asks that you accept the cert.

Thanks

Re: FTP and FTPS together

Posted: 2019-05-16 14:06
by boco
FTPS on port 990 is FTPS Implicit and not recommended, as it has never been standardized. Officially, it does not exist as an FTP standard.

Please set up the server for FTPS Explicit, chances are that it already is. FTPES uses the same port as unencrypted FTP (21), and the client explicitly switches to secure transmission (using AUTH) before authentication. Thus, both can coexist.

URL redirections usually don't include ports, you only need to specify the correct FTP encryption method in the client.