Find the answer to your Linux question:
Results 1 to 5 of 5
I am double-barreled, brass-bound newbie coming to Linux after many years of tolerating Windows viruses. Can anyone point me to clear, unambiguous instructions on how to download RS files? And ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    6

    Downloading Rapidshare files

    I am double-barreled, brass-bound newbie coming to Linux after many years of tolerating Windows viruses. Can anyone point me to clear, unambiguous instructions on how to download RS files? And how to do it at the same speed as Windows (average 1.5MB/s using Internet Download Manager)?

    I found a couple of sites that purported to do so, but I couldn't get them to work - almost certainly the instructions were correct, but they assumed a level of knowledge of Linux that I do not have, being a complete starter after many years of Windows.

    In other words, although I understand what the terminal does, and how to use it, I don't know the commands, so I need very basic, idiot proof instructions.

    I am using OpenSuse 11.3.

    Daithi

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Don't know rapid share but maybe this might help

    How to easilly download RapidShare files in Linux - my-guides.net

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Posts
    6
    Thank you, gogalthorp for your help. However, I can' t seem to get the procedure to work, so I must be doing something wrong.

    This is what I typed in the terminal (several times) along with the result.

    david@dhcppc2:~> wget\
    > --save-cookies~/.cookies/rapidshare\
    > --post-data'login=1225845&password=52a8mod7a1v9b4e21'\
    > --no-check-certificate\
    > -O-\
    > (Apparently, I am not allowed to post this url line, but it was entered correctly).
    > /dev/null
    bash: wget--save-cookies~/.cookies/rapidshare--post-datalogin=xxxxxxx&password=xxxxxxxxxx--no-check-certificate-O-https://ssl.rapidshare.com/premzone.html/dev/null: No such file or directory

    Can you help?

    David

  4. #4
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    The \ means the command is continued on the next line - it is not part of the command.

    Code:
    wget --save-cookies ~/.cookies/rapidshare --post-data "login=USERNAME&password=PASSWORD" --no-check-certificate -O - https://ssl.rapidshare.com/premzone.html > /dev/null

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    There are a number of options out there. I haven't used any of the them, so I couldn't comment on how good any of them are.

    FreeRapid Downloader - Download

    plowshare - Project Hosting on Google Code

    rapid-down - Project Hosting on Google Code

    KAS: Scripts/RapidShareGET

    slimrat - Project Hosting on Google Code

    CinuxLoader

    NJSoft? Baltazar

    I also have no idea which, if any, of these are available in opensuse's software repositories, but you should search in your package manager.

    YaST Software Management - openSUSE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...