<?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: 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>
	<lastBuildDate>Fri, 18 May 2012 15:58:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rohit</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/comment-page-1/#comment-92603</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Mon, 18 May 2009 21:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-92603</guid>
		<description>simplest solution I found so far.. I&#039;m an iSeries admin and know peanuts about Linux. I need to setup a small demo which involves FTP between various servers.. out of all soutions I came across this was the best for my purpose! Thanks a ton!!</description>
		<content:encoded><![CDATA[<p>simplest solution I found so far.. I&#8217;m an iSeries admin and know peanuts about Linux. I need to setup a small demo which involves FTP between various servers.. out of all soutions I came across this was the best for my purpose! Thanks a ton!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe donner</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/comment-page-1/#comment-85299</link>
		<dc:creator>joe donner</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/01/26/automated-ftp-script/#comment-85299</guid>
		<description>nice one.  very helpful.  thanks for sharing.</description>
		<content:encoded><![CDATA[<p>nice one.  very helpful.  thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfred Tong</title>
		<link>http://planetozh.com/blog/2004/01/automated-ftp-script/comment-page-1/#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 &lt;&lt;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-page-1/#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-page-1/#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&#039;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-page-1/#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 &quot;expect&quot; 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-page-1/#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 &quot;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-page-1/#comment-401</link>
		<dc:creator>ole</dc:creator>
		<pubDate>Wed, 30 Nov -0001 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>

