<?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: Automating FTP with ANT</title>
	<atom:link href="http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 04:03:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jose</title>
		<link>http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant/comment-page-1#comment-138586</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Wed, 21 Sep 2011 08:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant#comment-138586</guid>
		<description>On linux you can use the exec task with rsync and avoid the system prompt for a password using authorized keys. This should solve problems with permissions and deleted files.</description>
		<content:encoded><![CDATA[<p>On linux you can use the exec task with rsync and avoid the system prompt for a password using authorized keys. This should solve problems with permissions and deleted files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmycav</title>
		<link>http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant/comment-page-1#comment-64927</link>
		<dc:creator>Jimmycav</dc:creator>
		<pubDate>Fri, 10 Oct 2008 08:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant#comment-64927</guid>
		<description>I had the same problem setting directory permissions when doing a send, but instead of doing a chmod=&quot;755&quot; i did a umask=&quot;022&quot; and it seems to do the right thing.</description>
		<content:encoded><![CDATA[<p>I had the same problem setting directory permissions when doing a send, but instead of doing a chmod=&#8221;755&#8243; i did a umask=&#8221;022&#8243; and it seems to do the right thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Professional Software Development &#187; Automated Deploys using SSH and Ant</title>
		<link>http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant/comment-page-1#comment-32310</link>
		<dc:creator>Professional Software Development &#187; Automated Deploys using SSH and Ant</dc:creator>
		<pubDate>Thu, 01 Nov 2007 14:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant#comment-32310</guid>
		<description>[...] of human error and ensures a consistent process is followed. Last year I wrote an article about automatically deploying code via FTP using the Java-based Apache Ant build tool. Since then I have needed to deploy to servers which do [...]</description>
		<content:encoded><![CDATA[<p>[...] of human error and ensures a consistent process is followed. Last year I wrote an article about automatically deploying code via FTP using the Java-based Apache Ant build tool. Since then I have needed to deploy to servers which do [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant/comment-page-1#comment-3618</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Wed, 27 Dec 2006 14:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant#comment-3618</guid>
		<description>follow-up: interested by your post I digged deeper and found I could use scp instead of sftp:

http://wiki.apache.org/ant/NewAntFeaturesInDetail/Ssh

thanks</description>
		<content:encoded><![CDATA[<p>follow-up: interested by your post I digged deeper and found I could use scp instead of sftp:</p>
<p><a href="http://wiki.apache.org/ant/NewAntFeaturesInDetail/Ssh" rel="nofollow">http://wiki.apache.org/ant/NewAntFeaturesInDetail/Ssh</a></p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basil Vandegriend</title>
		<link>http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant/comment-page-1#comment-3617</link>
		<dc:creator>Basil Vandegriend</dc:creator>
		<pubDate>Wed, 27 Dec 2006 14:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant#comment-3617</guid>
		<description>Thanks. Using secure FTP may be a requirement on one of my projects sometime soon as well.</description>
		<content:encoded><![CDATA[<p>Thanks. Using secure FTP may be a requirement on one of my projects sometime soon as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant/comment-page-1#comment-3611</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Wed, 27 Dec 2006 09:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2006/automating-ftp-with-ant#comment-3611</guid>
		<description>Nice idea. I&#039;ve tried it sometimes, but I&#039;m always stopped by the fact that ANT does not have a SFTP task...</description>
		<content:encoded><![CDATA[<p>Nice idea. I&#8217;ve tried it sometimes, but I&#8217;m always stopped by the fact that ANT does not have a SFTP task&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

