<?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>Universe&#039;s Blog &#187; Perl</title>
	<atom:link href="http://blog.universejdj.com/category/programming/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.universejdj.com</link>
	<description>About me and my projects…</description>
	<lastBuildDate>Mon, 07 Jun 2010 10:42:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FTP Transfer using Perl</title>
		<link>http://blog.universejdj.com/2010/01/09/ftp-transfer-using-perl/</link>
		<comments>http://blog.universejdj.com/2010/01/09/ftp-transfer-using-perl/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 01:51:26 +0000</pubDate>
		<dc:creator>Universe</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://blog.universejdj.com/?p=27723</guid>
		<description><![CDATA[Below is a script I occasionally use to transfer log files from my server to my desktop. This scripts works with Net::FTP and Perl 5.10.0. #!/usr/bin/perl use Net::FTP; # Basic Settings my $host=&#34;ftp.example.com&#34;; # Remote FTP Server my $directory=&#34;/Server/wamp/logs/&#34;; # Navigate to this directory on remote FTP. my $username=&#34;user&#34;; # FTP Username my $password=&#34;pass&#34;; # [...]]]></description>
		<wfw:commentRss>http://blog.universejdj.com/2010/01/09/ftp-transfer-using-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
