sftp
https://linuxize.com/post/how-to-use-linux-sftp-command-to-transfer-files/
sftp remote_username@server_ip_or_hostname
>sftp pwd
>sftp ls
>sftp cd /tmp
>sftp lcd ~/tmp
>sftp get foo.zip
https://linuxize.com/post/how-to-use-linux-sftp-command-to-transfer-files/
sftp remote_username@server_ip_or_hostname
>sftp pwd
>sftp ls
>sftp cd /tmp
>sftp lcd ~/tmp
>sftp get foo.zip