What is the difference between SFTP and FTPS?
SFTP is the protocol for FTP via SSH. SFTP is based on the SSH protocol
and while it does have some functional similarities to FTPS the
protocols are completely different in the way they communicate with the
server and secure data. FTPS is based on the FTP protocol. There are
two types of FTPS, FTPS implicit mode and FTPS explicit mode. FTPS
implicit mode, both of which use SSL for securing data.

Comments