<?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"
	>
<channel>
	<title>Comments on: Automated FTP script</title>
	<atom:link href="http://planetozh.com/blog/2004/01/automated-ftp-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2004/01/automated-ftp-script/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<pubDate>Fri, 21 Nov 2008 22:57:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Alfred Tong</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/#comment-42893</link>
		<dc:creator>Alfred Tong</dc:creator>
		<pubDate>Sat, 15 Dec 2007 00:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-42893</guid>
		<description>Yeah that works but to put it inside of a script, this is the solution:)

ftp -ivn &#60;&#60;EOL
open FTP_SERVER
user USERNAME PASSWORD
lcd /path/to/file
put file
bye
quit
EOL</description>
		<content:encoded><![CDATA[<p>Yeah that works but to put it inside of a script, this is the solution:)</p>
<p>ftp -ivn &lt;&lt;EOL<br />
open FTP_SERVER<br />
user USERNAME PASSWORD<br />
lcd /path/to/file<br />
put file<br />
bye<br />
quit<br />
EOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbuska</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/#comment-39344</link>
		<dc:creator>dbuska</dc:creator>
		<pubDate>Tue, 09 Oct 2007 11:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-39344</guid>
		<description>how to use ftp behind proxy ftp or firewall, please give me the sample script. Thanks.</description>
		<content:encoded><![CDATA[<p>how to use ftp behind proxy ftp or firewall, please give me the sample script. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/#comment-38428</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Sat, 15 Sep 2007 18:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-38428</guid>
		<description>Antz &#187; indeed, didn't know this, and it looks rather nice and simple to use. Thanks for the suggestion.</description>
		<content:encoded><![CDATA[<p>Antz &raquo; indeed, didn&#8217;t know this, and it looks rather nice and simple to use. Thanks for the suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antz</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/#comment-38426</link>
		<dc:creator>antz</dc:creator>
		<pubDate>Sat, 15 Sep 2007 16:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-38426</guid>
		<description>You may consider using "expect" for automating ftp, telnet etc.</description>
		<content:encoded><![CDATA[<p>You may consider using &#8220;expect&#8221; for automating ftp, telnet etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott McNeilly</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/#comment-2243</link>
		<dc:creator>Scott McNeilly</dc:creator>
		<pubDate>Thu, 28 Jul 2005 15:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-2243</guid>
		<description>Thanks.  That solved my problem.  I had tried "ftp </description>
		<content:encoded><![CDATA[<p>Thanks.  That solved my problem.  I had tried &#8220;ftp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ole</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/#comment-401</link>
		<dc:creator>ole</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-401</guid>
		<description>thanks..that helped !</description>
		<content:encoded><![CDATA[<p>thanks..that helped !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
