<?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>Joe Riggs Bloggs &#187; ftp</title>
	<atom:link href="http://joe-riggs.com/blog/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe-riggs.com/blog</link>
	<description>simple man/complex world</description>
	<lastBuildDate>Mon, 07 May 2012 14:12:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Simple php ftp download file script example</title>
		<link>http://joe-riggs.com/blog/2011/07/simple-php-ftp-download-file-script-example/</link>
		<comments>http://joe-riggs.com/blog/2011/07/simple-php-ftp-download-file-script-example/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 13:19:52 +0000</pubDate>
		<dc:creator>jriggs</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=688</guid>
		<description><![CDATA[&#160; &#60;?php &#160; // define some variables $local_file = '&#60;save-file-as&#62;'; $server_file = '&#60;server-file-name&#62;'; $ftp_user_name='&#60;ftp-user&#62;'; $ftp_user_pass='&#60;ftp-pass&#62;'; $ftp_server='&#60;ftp-host-name&#62;'; // set up basic connection $conn_id = ftp_connect&#40;$ftp_server&#41;; &#160; // login with username and password $login_result = ftp_login&#40;$conn_id, $ftp_user_name, $ftp_user_pass&#41;; &#160; /* uncomment if you need to change directories if (ftp_chdir($conn_id, &#34;&#60;directory&#62;&#34;)) { echo &#34;Current directory is now: &#34; [...]]]></description>
		<wfw:commentRss>http://joe-riggs.com/blog/2011/07/simple-php-ftp-download-file-script-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Map ftp drive in Vista</title>
		<link>http://joe-riggs.com/blog/2009/02/map-ftp-drive-in-vista/</link>
		<comments>http://joe-riggs.com/blog/2009/02/map-ftp-drive-in-vista/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 14:54:29 +0000</pubDate>
		<dc:creator>jriggs</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=49</guid>
		<description><![CDATA[Rather than using a 3rd party application to connect your local machine to your web server, why not simply use Vista&#8217;s built in explorer to handle it? To begin click the &#8216;start&#8217; button at the bottom right of your window, then select &#8216;Computer&#8217;. Click on the &#8216;Map Network drive button. Instead of entering in a [...]]]></description>
		<wfw:commentRss>http://joe-riggs.com/blog/2009/02/map-ftp-drive-in-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

