steamos-community / stephensons-rocket

Stephenson's Rocket - a modified SteamOS installer, with support for older and virtualized computers
http://stephensonsrocket.horse
240 stars 43 forks source link

switch wget with lftp #34

Closed tommyla closed 8 years ago

tommyla commented 10 years ago

well, downloading the iso off valve takes it sweet time with wget, would be a good idea to use lftp instead it as it can load more connections and download it at warp speed :100:

apt-get install lftp :monkey:

example lftp -e 'pget -n 8 http://repo.steampowered.com/download/SteamOSDVD.iso'

lftp: 12.05M/s :+1: wget 612KB/s :-1:

lftp is pretty useful for other things like mirroring whole directories from one server to another, think backups :+1: http://www.cyberciti.biz/faq/lftp-mirror-example/

lftp can be found here on github or at developer site https://github.com/lavv17/lftp http://lftp.yar.ru

sharkwouter commented 8 years ago

lftp should be available in both Debian and Ubuntu: https://packages.debian.org/jessie/lftp

sharkwouter commented 8 years ago

I just created a pull request with lftp as downloader: https://github.com/steamos-community/stephensons-rocket/pull/115

I'll leave it up to @directhex to actually pull it in.