Possible Duplicate:
wget/cURL alternative native to Windows?
I am currently looknig for a DOS down-loader similar to wget, are there any alternatives for Windows?
I am currently looknig for a DOS down-loader similar to wget, are there any alternatives for Windows? | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Wait, what? | |||||
|
feedback
|
|
However, if you would like an alternative, aria2 is very nice. Handles HTTP/S, FTP, Metalinks, BitTorrent, segmented downloads, preallocation, download resuming, reading cookies from Firefox/Chrome, can be daemonized and controlled via JSON-RPC/XML-RPC. A GUI frontend is available in uGet. | |||
|
feedback
|
|
Already answered: http://superuser.com/a/350763/102983 Native to Windows (comes preinstalled, and depends on "bits" Windows service): bitsadmin Can do what wget does, and prolly more (you can control an ongoing job via api like commands - for example you can get status speed and cancel if it is too slow) http://msdn.microsoft.com/en-us/library/windows/desktop/aa362813(v=vs.85).aspx Example usage from my own experience (you can do parallel downloads in the same .bat, or do sequencial downloads in the same job):
| |||
|
feedback
|
cmd.exethat is found in Windows has nothing to do with the old DOS operating system! So, are you looking for a DOS application or a command-line (console) Windows application? – Andreas Rejbrand Jun 16 '11 at 12:02