October 23, 201510 yr To use a very old expression, I just put the cart before the horse. Not a good idea.I created a script that runs fine. I've got FlashGet installed with 98SE, so I usedFlashGet just to test the script. However, my script is useless unless I can finda manager that supports START, PAUSE, and RESUME commands. The managermust accept commands when the monitor is powered down.
October 23, 201510 yr wget is what I use all the time on Linux, and is also available for Windows. The -c flag, which resumes a partially downloaded file, is especially useful. If you tried to download something with 'wget http://foo.bar/baz'and it failed, or you killed the process, you can simply resume the download with 'wget -c http://foo.bar/baz'.
October 23, 201510 yr Curl and rtmpdump (for media streams) also support resuming partial downloads so all three are suitable candidates I guess. You'd need too kill them with your script as a substitute to pause however.
October 23, 201510 yr Author When I googled "command supported" or "command line" download manager why didn'tWget appear at the top of the list? It should have.Is Wget 100% command oriented, or does it have a graphical interface? If you walkaway and the monitor powers down, you need to see something on the screen whenthe monitor powers up again. It doesn't have to be fancy, just a simple DOS or textstyle window showing the download status. A foolish question perhaps, but I'd liketo know before I download this app.
October 24, 201510 yr DOS ports of Lynx, WGET, CURL. Older versions though. http://www.rahul.net/dkaufman/ Edited October 24, 201510 yr by cpucollector
October 24, 201510 yr When I googled "command supported" or "command line" download manager why didn't Wget appear at the top of the list? It should have. You have grounds to sue Google for that. Is Wget 100% command oriented, or does it have a graphical interface?100% command line. If you walkaway and the monitor powers down, you need to see something on the screen when the monitor powers up again. It doesn't have to be fancy, just a simple DOS or text style window showing the download status. A foolish question perhaps, but I'd like to know before I download this app.And the question is? Wget is not the only command line download manager and there are also GUI download managers that accept command line input, a list of similar or related files is here: http://alternativeto.net/software/wget/ jaclaz Edited October 24, 201510 yr by jaclaz
Create an account or sign in to comment