Originally posted by: SunnyD
What? That's all I get?
SmartFTP says something about ftp via ssl, is that the same as this sftp you're all talking about?
sftp is an interactive file transfer program, similar to ftp(1), which
performs all operations over an encrypted ssh(1) transport. It may also
use many features of ssh, such as public key authentication and compres-
sion. sftp connects and logs into the specified host, then enters an in-
teractive command mode.
From the OpenBSD sftp man page.