Hey, I don't know if anyone else has been doing this or not. But I got my thecus to download from Rapidshare Premiumzone using wget. First you must have sshd module installed. Then just type/copy into putty.
1. wget --save-cookies=/home/USERNAME/.cookies/rs --no-check-certificate --post-data="login=USERNAME&password=PASSWORD" hxxps://ssl.rapidshare.com/cgi-bin/premiumzone.cgi -O - > /dev/null
Change username and password to your rapidshare username/password. After you are finished with that goto the dir where you want to start downloading files to. Type/copy
2. wget -b -c -i download.txt --load-cookies /home/USERNAME/.cookies/rs
this will download the files in download.txt run wget in the background and also supports resuming.
If you have trouble just search google for wget download rapidshare should have a good amount of examples.
Don't forget to change the hxxp to http.