<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rajaseelan.com &#187; rapidshare</title>
	<atom:link href="http://rajaseelan.com/tag/rapidshare/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajaseelan.com</link>
	<description>junk food for the brain ...</description>
	<lastBuildDate>Tue, 28 Jul 2009 16:37:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to use a download accelerator with a Rapidshare Premium Account in Fedora Linux</title>
		<link>http://rajaseelan.com/2009/07/08/how-to-use-a-download-accelerator-with-a-rapidshare-premium-account-in-fedora-linux/</link>
		<comments>http://rajaseelan.com/2009/07/08/how-to-use-a-download-accelerator-with-a-rapidshare-premium-account-in-fedora-linux/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 17:24:52 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[aria2]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[download accelator]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[yum.]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=123</guid>
		<description><![CDATA[After reading my previous post, the next question that&#8217;s bound to crop up is How do I use a download accelerator with my premium rapidshare share account in linux?  
Being a command line junkie, I prefer using the terminal for my downloading needs. Let me introduce you to Aria2. As from the website. 
aria2 [...]]]></description>
			<content:encoded><![CDATA[<p>After reading my previous <a href="http://rajaseelan.com/2009/06/30/how-to-download-using-a-rapidshare-premium-account-in-linux/">post</a>, the next question that&#8217;s bound to crop up is <strong>How do I use a download accelerator with my premium rapidshare share account in linux?</strong>  </p>
<p>Being a command line junkie, I prefer using the terminal for my downloading needs. Let me introduce you to <a href="http://aria2.sourceforge.net/">Aria2</a>. As from the website. </p>
<blockquote><p>aria2 is a multi-protocol &#038; multi-source, cross platform download utility. The supported protocols are HTTP(S), FTP, BitTorrent  (DHT, PEX, MSE/PE), and Metalink. </p></blockquote>
<p>Using Fedora, my favourite distro of choice, you first have to install it via yum.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">yum install aria2</pre>
</div>
</div>
<p>Next, you&#8217;ll need to have your cookies saved. Refer to the <a href="http://rajaseelan.com/2009/06/30/how-to-download-using-a-rapidshare-premium-account-in-linux/">previous</a> post for more details.</p>
<p>Now comes the fun part, actually downloading the files.</p>
<p>Here&#8217;s a file which I uploaded, a movie trailer for a recent movie:-</p>
<p><code>http://rapidshare.com/files/207110649/terminatorsalvation-tlr1_h1080p.mov</code></p>
<p>To download with aria2, type in the following command:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">aria2c -s 5 -j 1 -c --load-cookies=/home/raja/cookies.txt http://rapidshare.com/files/207110649/terminatorsalvation-tlr1_h1080p.mov</pre>
</div>
</div>
<p>The switches for this explained:-</p>
<ul>
<li><strong>-s 5</strong> Split the download into 5 connections</li>
<li><strong>-j 1</strong> How many files to download at once.</li>
<li><strong>-c</strong> Continue any paused / cancelled downloads</li>
<li><strong>&#8211;load-cookies /path/to/cookie</strong> The rapidshare cookie file that was created earlier. This has to be an absolute path</li>
<li>And finally the actual URL of the file</li>
</ul>
<p>If you have a list of files to download, you can enter them in to a text file, and pass them to aria2 for batch downloading via the <strong>-i list_file_name</strong> option. e.g.</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">aria2c -s 5 -j 1 -c --load-cookies=/home/raja/cookies.txt -i lists.txt</pre>
</div>
</div>
<p>Happy batch downloading!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/07/08/how-to-use-a-download-accelerator-with-a-rapidshare-premium-account-in-fedora-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download using a Rapidshare Premium Account in Linux</title>
		<link>http://rajaseelan.com/2009/06/30/how-to-download-using-a-rapidshare-premium-account-in-linux/</link>
		<comments>http://rajaseelan.com/2009/06/30/how-to-download-using-a-rapidshare-premium-account-in-linux/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:54:21 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/?p=112</guid>
		<description><![CDATA[For a lot of people, the lack of a proper downloader in linux to use with their premium rapidshare accounts seems to be quite a turn off. Well, there&#8217;s jDownloader, but I find that a bit too heavy. Unknown to them, they already have a good downloading tool, called wget.
Its basically a two step process [...]]]></description>
			<content:encoded><![CDATA[<p>For a lot of people, the lack of a proper downloader in linux to use with their premium rapidshare accounts seems to be quite a turn off. Well, there&#8217;s jDownloader, but I find that a bit too heavy. Unknown to them, they <em>already</em> have a good downloading tool, called <code>wget</code>.</p>
<p>Its basically a two step process being:</p>
<ol>
<li>Saving a cookie with your Rapidshare login details in it. To do that, just enter the following command:
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">$ wget --save-cookies ~/cookies.txt --post-data &quot;login=USERNAME&amp;password=PASSWORD&quot; -O - https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi &gt; /dev/null</pre>
</div>
</div>
<p>Replace USERNAME &#038; PASSWORD with your own Rapidshare details.<br />
What this script does is login to Rapidshare and saves the cookie to a file named <code>cookies.txt</code> in your home directory. Any normal HTML output is piped to the resident unix blackhole, <code>/dev/null</code>.
</li>
<li>Downloading your file using the cookie to supply your Rapidshare credentials. Now that we&#8217;ve saved your cookie information, you can go ahead and download to your heart&#8217;s content (or maybe daily limit). Here&#8217;s an example of how you&#8217;d do that. Remember that the cookie you created previously was stored in your home directory. For most linux shells, you can refer to it like this:- <code>~/cookies.txt</code>
<p>To actually download, use the following command:-</p>
<div class="wp_syntax">
<div class="code">
<pre class="text" style="font-family:monospace;">wget --load-cookies ~/cookies.txt your-rapidshare-url.com/file-link.html</pre>
</div>
</div>
</li>
</ol>
<p>Happy downloading. <img src='http://rajaseelan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2009/06/30/how-to-download-using-a-rapidshare-premium-account-in-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Alternatives to torrenting</title>
		<link>http://rajaseelan.com/2008/01/10/alternatives-to-torrenting/</link>
		<comments>http://rajaseelan.com/2008/01/10/alternatives-to-torrenting/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 11:18:00 +0000</pubDate>
		<dc:creator>raja</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[torrents]]></category>

		<guid isPermaLink="false">http://rajaseelan.com/2008/01/10/alternatives-to-torrenting/</guid>
		<description><![CDATA[
My friend Danny wrote about this new torrent search engine, YouTorrent. With Malaysia&#8217;s frustratingly slow internet connections, with the many accusations of throttling or traffic shaping when it comes to torrents, direct downloads maybe be an alternative option.
This is where one-click-hosting sites comes into play. These sites allow you to upload files to their servers, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://rapidshare.com/img/bannerhuge2.jpg" alt="RapidShare 1-Click-hosting" align="middle" height="90" width="500" /></p>
<p>My friend <a href="http://thedaneshproject.com" title="The Danesh Project">Danny</a> wrote about this new torrent search engine, <a href="http://www.youtorrent.com" title="YouTorrent" target="_blank">YouTorrent</a>. With Malaysia&#8217;s frustratingly slow internet connections, with the many <a href="http://en.wikipedia.org/wiki/TM_Net" title="TM Net in Malaysia on WikiPedia" target="_blank">accusations</a> of throttling or traffic shaping when it comes to torrents, direct downloads maybe be an alternative option.</p>
<p>This is where <a href="http://en.wikipedia.org/wiki/One-click_hosting" title="One-Click-hosting on WikiPedia" target="_blank">one-click-hosting</a> sites comes into play. These sites allow you to upload files to their servers, which they then &#8216;host&#8217;. You&#8217;ll be given a link to download them, which can then be passed on to all your contacts, making your media accessible all over the world.  <a href="http://rapidshare.com" title="RapidShare" target="_blank">Rapidshare.com</a> is one the the early pioneers and more popular of the lot. Their multiple mirrors and reliability seem pretty good to me, making it one of my preferred file sharing hosts.</p>
<p>There are quite a number of sites that post &#8216;files&#8217; on rapidshare.com. The 2 which I frequent the most are:</p>
<ul>
<li><a href="http://www.rapidshareking.com" title="Rapidshare King" target="_blank">Rapidshare King</a></li>
<li><a href="http://www.leechers.info" title="Leecher's Lair" target="_blank">Leecher&#8217;s Lair</a></li>
</ul>
<p>Rapidshare King primaryly uploads movies, while Leecher&#8217;s Lair provides everything else under the sun. I personally know a few users with paid RapidShare accounts, because of how easy it is to download things.</p>
<p>Hope this posts helps you guys in getting another alternative to torrenting.</p>
]]></content:encoded>
			<wfw:commentRss>http://rajaseelan.com/2008/01/10/alternatives-to-torrenting/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
