I've recently got my first seedbox (a basic Feral Hosting slot) and installed Rapidleech to fast download with my premium FileServe/FileSonic/Netload accounts. Bur RL needs plugins, sometimes locks up and things like this so, I had to find an alternative.
This alternative is a combination of the the good old wget utility with a touch of lynx, a text mode browser.
First of all we have to install both packages (if they are not yet on your system): assume the absolute path to your home directory is "/media/sdh1/home/shutaroz", this is just a matter of downloading sources, untarring, enter directory, issue a ".configure --prefix=/media/sdh1/home/shutaroz", wait a bit, issue a "make", wait a little bit more, issue a "make install" and done! Repeat this for both packages and you'll end up with a local and complete installation of these awesome pieces of software.
Notice that now you have bin, etc, man and share folders on your home directory. Nice, uh?
Let's continue by telling lynx something about cookies and how to handle them.
Edit the "etc/lynx.cfg" file and add, at the very end, the following lines (assume your home folder is "/media/sdh1/home/shutaroz"):
SET_COOKIES:TRUE
ACCEPT_ALL_COOKIES:TRUE
PERSISTENT_COOKIES:TRUE
COOKIE_FILE:/media/sdh1/home/shutaroz/lynx_cookies
COOKIE_SAVE_FILE:/media/sdh1/home/shutaroz/lynx_cookies
Save this file and fire up lynx browser. Navigate, e.g., to FileServe website (press the "g" key and then enter http://www.fileserve.com), find the login fields (move between fields with up/down arrows or tab), fill them with your username and password and then submit. By doing this step, you have created the famous "cookie" which stores your credentials and open the doors for fast and easy downloads.
Next step is the last one: we have to tell wget to use the cookie created by lynx (and stored in the "/media/sdh1/home/shutaroz/lynx_cookies" file) and to use your credentials to access FileServe downloads. It's easy, just create a ".wgetrc" file (notice the dot that means this is an hidden file) in the root of your home directory ("/media/sdh1/home/shutaroz") and fill it with the following lines:
http-user=ShutaroZ
http-passwd=mySuperSecretPass
load_cookies=/media/sdh1/home/shutaroz/lynx_cookies
Save the file and we're done!
Let's test it! Grab a FileServe link and issue the following command:
wget http://www.fileserve.com/file/something
If everything went right, your premium download should start immediately. If wget downloads a small file, thet is the html error page and something is not right in place with our setup: go and check the configuration files!
If you want to download a list of links, just put them, one per line, in a text file called, for instance, "mylinks" and issue the following command:
wget -i mylinks
wget will process all the links in your text file downloading everything without your assistance and without a download manager!
I've tested it with FileServe, FileSonic, FileCrown and NetLoad hosting services.
Hope this tutorial to be useful and sorry for my english, it is not my native language!
Best regards.
ShutaroZ









1Likes
LinkBack URL
About LinkBacks
Reply With Quote




