Education needed: ftp with SSL versus ftps - is there a difference?

ftp is the simply file transfer protocol.
ftps is same wrapped in SSL.
and sftp is file transfer over ssh.

for my tools I prefer to use sftp.