Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 220 Bytes

ftp.md

File metadata and controls

15 lines (12 loc) · 220 Bytes

Connect to remote host via ftp

ftp <host>

Download all files

wget -m --no-passive ftp://<user>:<password>@<rhost>

Switch to binary mode for down-/uploading binary files

ftp> binary