2016年10月26日 星期三

[linux] memo一下 wget用法

wget --user=NAME --password='PASSWORD' ftp://url/path/file.name
wget --user=NAME --password='PASSWORD' http://url/path/file.name

常用的中華電信測速:
wget --user=ftp --password='ftp' ftp://ftp.speed.hinet.net/test_010m.zip

有這些檔案可以測速
 /test_001m.zip1MB /test_003m.zip3MB /test_005m.zip5MB /test_010m.zip10MB /test_020m.zip20MB /test_040m.zip40MB /test_100m.zip100MB /test_200m.zip200MB /test_400m.zip400MB


測試上傳
 wput test_010m.zip ftp://ftp:ftp@ftp.speed.hinet.net/uploads

當然在這之前要先安裝wput
apt-get install wput


沒有留言:

張貼留言