sftp

https://linuxize.com/post/how-to-use-linux-sftp-command-to-transfer-files/

1
2
3
4
5
6
7
sftp remote_username@server_ip_or_hostname

>sftp pwd
>sftp ls
>sftp cd /tmp
>sftp lcd ~/tmp
>sftp get foo.zip