ftp ftp://user:password@host:port
, then useget xx.txt
to download the content- To use binary mode, just type
binary
. Set active mode:passive off
. Then useput /home/yengee/a.txt b.txt
to upload file. - When connecting can use
-p
to force passive mode.