I can't do it with ftp, so I use wget
wget -r ftp://<USER>:<PASS>@<HOST>//<DIR>/
# HOST: ftp.exsample.com # USER: admin # PASS: pass # DIR : /hoge/fuga wget -r ftp://admin:[email protected]//hoge/fuga/
Recommended Posts