SFTP – Secure FTP Using SSH

Top  Previous  Next

 

Secure File Transfer Protocol (SFTP) is a method of transferring files between a client and server over a secure, encrypted connection (as opposed to regular FTP, which functions over an insecure connection).

 

The security in SFTP comes through its integration with the SSH (or Secure Shell) protocol. SSH provides an encrypted transport layer over which the SFTP commands are executed, and over which files are transferred. Regular FTP connections usually utilize port 21 for connections, while SSH servers use port 22.

 

Robo-FTP supports both password and private key authentication for SFTP connections.

 

Robo-FTP utilizes the OpenSSH library to provide the authentication and encryption found in the SSH protocol. More about OpenSSH may be found online at www.openssh.org. When negotiating a connection with a remote SFTP server, Robo-FTP requires SSH2 and chooses ciphers in the following order: AES (any type) > Triple DES > Blowfish.

 

 

Related command(s): FTPLOGON

See also: Configurator SSH Menu