wget [url]
wget -O aoi_sola.avi http://url/download.php?id=1024
wget –limit-rate=300k [url]
wget -c [url]
wget -b [url]
查看下载进度
tail -f wget-log
保存一份下载链接文件
cat > filelist.txt
url1
url2
url3
url4
下载该文件中的链接
wget -i filelist.txt
wget [ftp-url]
如需用户名和密码认证
wget –ftp-user=USERNAME –ftp-password=PASSWORD [ftp-url]
wget -Y on -e "http_proxy=http://10.0.0.172:80" [url]
注:curl
有和wget
类似的功能,查看这里。
transmission-remote -a [torrent | magnet]
transmission-remote -l
transmission-remote -t [all | hash] -[ ]
进程详情 | i |
|
停止 | S |
|
重启 | s |
|
取消 | r |
|
下载限速 | d [rate] |
|
取消下载限速 | D |
|
上传限速 | u [rate] |
|
取消上传限速 | U |
add [ed2k]
show dl
暂停 pause [hash | id]
重启 resume [hash | id]
取消 cancel [hash | id]
ftp -i -n [hostname | IP] [port]
user anonymous [*****]
ls
cd [DIR]
bye
get [remote_file] [local_file]
mget [remote_files]
put local_file [remote_file]
mput local_files