<?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; download</title>
	<atom:link href="http://rajaseelan.com/tag/download/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>
	</channel>
</rss>
