<html><body bgcolor="#FFFFFF"><div>Hai all,</div><div><br></div><div>Does anyone cab help me on this issue? Really appreciate guys.<br><br>Sent from my iPhone 3Gs</div><div><br>Begin forwarded message:<br><br></div><blockquote type="cite"><div><b>From:</b> pageold &lt;<a href="mailto:pageold@gmail.com">pageold@gmail.com</a>&gt;<br><b>Date:</b> March 27, 2010 8:17:18 PM GMT+08:00<br><b>To:</b> <a href="mailto:ubuntu-my@lists.ubuntu.com"><a href="mailto:ubuntu-my@lists.ubuntu.com">ubuntu-my@lists.ubuntu.com</a></a><br><b>Subject:</b> <b>Downloading multiple files for premium rapidshare account using aria2</b><br><br></div></blockquote><div></div><blockquote type="cite"><div>Dear ubuntu-myian,<br><br>I need a help from u guys, recently, i just bought a premium account from rapidshare, then wondering the best download manager for my lucid. Googling and end up with aria2.<br><br>After installing the aria2, i've followed the instruction to download multiple files at the same time.(using premium rapidshare acc)<br>
<br>1) Create a folder called aria<br><br>sudo mkdir /home/aria2<br><br>2) Then create a file called aria2.conf inside /home/aria2/<br><br>sudo nano /home/aria2/aria2.conf<br><br>and put the below details :<br><br>http-user=rapidshare username<br>

http-passwd=rapidshare password<br>
http-auth-challenge=false<br>
enable-http-pipelining=true<br>
dir=/home/pageold/RapidDownloader <br>
max-upload-limit=20K<br><br>
3) Then create a shell script<br><br>
sudo nano /home/aria2/rapid.sh<br><br>
and put the below details:<br><br>
#!/bin/sh<br>
aria2c -c â€”conf-path= /home/aria2/aria2.conf -i 
/home/pageold/RapidDownloader/downloads.txt -j4 <br><br>
4) Then sudo chmod +x /home/aria2/rapid
<br>
<br>5) The desire files to be downloaded copied into downloads.txt<br><br>6) Run to download the files as below:<br><br>
/home/aria2/rapid.sh<br><br>Question-<br><br>- The files downloaded accordingly with the exact name and extension (eg .rar ) but the size is not correct. Seems like i didnt login correctly using the premium account.<br><br>
Any idea to solve this to make sure that i can login the premium account using aria2 to download the files properly?<br><br>or any wrong or miss step ?<br><br>Tq in advance.<br clear="all"><br><br>
</div></blockquote></body></html>