little utility for flashget users
Current version is 1.00, and I believe it is matured.
this is a handy console mode utility that helps you a lot when you have a massive list of files to download and want to save them in different locations.
e.g. if you have a situation like:
“http://www.web.com/A/001.zip” to “http://www.web.com/A/100.zip”
“http://www.web.com/B/001.zip” to “http://www.web.com/B/100.zip”
..
..
“http://www.web.com/Z/001.zip” to “http://www.web.com/Z/100.zip”
and want those files under A to be saved to “C:\A”, B to “C:\B”, and Z to “C:\Z”, then this utility is for you.
the usage is simple:
in console mode, type “type list.txt | fdb”, the file “out.jcd” will be created, you can then load it with flashget and start to download, and after you’ve finished the downloads, you can reload the default database for flashget.
also if you like, you can type “type list.txt | fdb name.jcd”, if you want to create a named output file.
as you can see, the utility takes its input from standard input, like any unix utiltities. type “fdb –help” if you forgot how to use it.
the content of “list.txt” is the actual urls and the locations to save,
e.g.
http://www.web.com/A/001.zip;C:\A
http://www.web.com/B/001.zip;C:\B
http://www.web.com/Z/001.zip;C:\Z
hope you enjoy it.