Are you perhaps referring to FTPS, which is FTP with SSL/TLS added? SFTP is very, very different from FTP.
Note that SFTP is not a protocol for security transport / authentication. It doesn't do that. It assumes that you've already secured/authorized the channel with SSH. See section 1 of the RFC.