💾 Archived View for freeshell.de › tldr › sftp.gmi captured on 2023-04-20 at 00:28:37. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

sftp

Secure File Transfer Program.
Interactive program to copy files between hosts over SSH.
For non-interactive file transfers, see `scp` or `rsync`.

More information.

sftp {remote_user}@{remote_host}
sftp -P {remote_port} {remote_user}@{remote_host}
get {/path/remote_file}
put {/path/local_file}
get -R {/path/remote_directory}
lls
ls
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY