https and multi-connect command-line download tool?

Associate
Joined
21 Jul 2004
Posts
248
I'm looking for a command-line download tool that will handle downloads via authenticated (user:password) https and supports multiple connections to speed things up.

wget does the https, but not the multiple connections.

axel and aget do multiple connections, but not https.

I find it hard to believe there isn't something in the wide world of linux utils that does this.
 
Is itpossible to write a script to scrape the remote dir for a filename filesize listing then split this evenly into multiple lists based on filesize to each instance of wget?

I'm sure this could be automated a bit more, with some basic scheduler to choose the next file to retrieve when a wget finishes.

Unless you really need multiple connections to the same file, then I don't know.


edit - prozilla? http://www.thefreecountry.com/webmaster/freeftpclients.shtml
 
Back
Top Bottom