DESCRIPTION top · sftp is a file transfer program, similar to ftp(1), which performs all operations over an encrypted ssh(1) transport. · sftp will retrieve ...
SFTP is Secure File Transfer Protocol. It is similar to ssh, but its primary purpose is to enable file transfers between a local machine and a remote machine, ...
SFTP, which stands for Secure File Transfer Protocol, is a separate protocol packaged built into SSH that can implement FTP commands over a secure connection.
After a successful login, sftp executes each command in the specified file until a bye, exit or quit command is found, and then terminates the connection.