-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

ftp


> Tools to interact with a server via File Transfer Protocol.

More information.


Connect to an FTP server:

ftp {ftp.example.com}

Connect to an FTP server specifying its IP address and port:

ftp {ip_address} {port}

Switch to binary transfer mode (graphics, compressed files, etc):

binary

Transfer multiple files without prompting for confirmation on every file:

prompt off

Download multiple files (glob expression):

mget {*.png}

Upload multiple files (glob expression):

mput {*.zip}

Delete multiple files on the remote server:

mdelete {*.txt}

Rename a file on the remote server:

rename {original_filename} {new_filename}


> 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 01:03:38 2024