WGET下载FTP文件
cd /mnt/thunder/TDDOWNLOAD/Movie/
wget -c -b ftp://user:password@phpwebhome.com/movie.mp4-b 后台下载
-c 使用断点续传功能
-r 下载整个网站、目录(小心使用)使用wget -r -A下载指定格式文件,例如 wget -r -A.pdf url
cd /mnt/thunder/TDDOWNLOAD/Movie/
lftp 下载
yum install -y lftp
nano /etc/lftp.conf
#中文乱码最后一行设置编码
set ftp:charset "gbk"
lftp ftp://user:password@phpwebhome.com:21
转载请注明:RAIN MAN » WGET下载FTP文件
还没有人抢沙发呢~