wget -c -r -np -k -L -p --ftp-user=admin --ftp-password=admin ftp://192.168.9.218/zhiwen.wang/ftp/* .
-c --continue 断点续传
-r --recursive specify recursive download
-np, --no-parent don't ascend to the parent directory 不要上升到父目录
-k, --convert-links make links in downloaded HTML or CSS point to local files 使链接在下载的HTML或CSS指向本地文件
-L, --relative follow relative links only
-p, --page-requisites get all images, etc. needed to display HTML page
--ftp-user 用户名
--ftp-password 密码
网友评论