ftp Command Examples

Tools to interact with a server via File Transfer Protocol. More information: https://manned.org/ftp.

ftp {{ftp.example.com}}

ftp {{ip_address}} {{port}}

binary

prompt off

mget {{*.png}}

mput {{*.zip}}

mdelete {{*.txt}}

rename {{original_filename}} {{new_filename}}