<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Retrieve a file from an authenticated website (in Perl)	</title>
	<atom:link href="https://jmorano.moretrix.com/2011/02/retrieve-a-file-from-an-authenticated-website-in-perl/feed/" rel="self" type="application/rss+xml" />
	<link>https://jmorano.moretrix.com/2011/02/retrieve-a-file-from-an-authenticated-website-in-perl/</link>
	<description>Ramblings of an old-fashioned space cowboy</description>
	<lastBuildDate>Sat, 11 Apr 2015 16:35:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: N-Cen-Dainamix		</title>
		<link>https://jmorano.moretrix.com/2011/02/retrieve-a-file-from-an-authenticated-website-in-perl/#comment-228216</link>

		<dc:creator><![CDATA[N-Cen-Dainamix]]></dc:creator>
		<pubDate>Sat, 11 Apr 2015 16:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://jmorano.moretrix.com/?p=475#comment-228216</guid>

					<description><![CDATA[hi i have script download file in a website follow me ..

#!/usr/bin/perl

#####
# Code Perl Download file
# BY: N-Cen-Dainamix
#####

use LWP;
use LWP::Simple; # socket for download

my $url = &quot;http://filedownload.rar&quot;; # url
my $name = &quot;file.rar&quot;; #name

print &quot; Download .. \n&quot;;
getstore($url,$name);
print &quot; Download finish .. \n&quot;;

# end code]]></description>
			<content:encoded><![CDATA[<p>hi i have script download file in a website follow me ..</p>
<p>#!/usr/bin/perl</p>
<p>#####<br />
# Code Perl Download file<br />
# BY: N-Cen-Dainamix<br />
#####</p>
<p>use LWP;<br />
use LWP::Simple; # socket for download</p>
<p>my $url = &#8220;http://filedownload.rar&#8221;; # url<br />
my $name = &#8220;file.rar&#8221;; #name</p>
<p>print &#8221; Download .. \n&#8221;;<br />
getstore($url,$name);<br />
print &#8221; Download finish .. \n&#8221;;</p>
<p># end code</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gautham		</title>
		<link>https://jmorano.moretrix.com/2011/02/retrieve-a-file-from-an-authenticated-website-in-perl/#comment-558</link>

		<dc:creator><![CDATA[gautham]]></dc:creator>
		<pubDate>Wed, 26 Sep 2012 21:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://jmorano.moretrix.com/?p=475#comment-558</guid>

					<description><![CDATA[hi i have a question  , i have to go in a website daily go to manually to inside the website and download a file can yuo get me ideas]]></description>
			<content:encoded><![CDATA[<p>hi i have a question  , i have to go in a website daily go to manually to inside the website and download a file can yuo get me ideas</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
