Using sftp on the command line, with or without a proxy
After my article SSH - Launch a terminal on your session without having to authenticate yourself, it was obvious that, next to the ssh
and scp
commands, I forgot the sftp
one.
In this article, we'll explore how to start a SFTP connection to a remote server; from the command line.
In the second section, we'll also learn how to configure the sftp connection to use a proxy server.