-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

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.


Connect to a remote server and enter an interactive command mode:

sftp {remote_user}@{remote_host}

Connect using an alternate port:

sftp -P {remote_port} {remote_user}@{remote_host}

Transfer remote file to the local system:

get {/path/remote_file}

Transfer local file to the remote system:

put {/path/local_file}

Transfer remote directory to the local system recursively (works with `put` too):

get -R {/path/remote_directory}

Get list of files on local machine:

lls

Get list of files on remote machine:

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



-- Response ended

-- Page fetched on Fri May 17 16:11:50 2024