<?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: Using Windows XP Task Scheduler to Automate an FTP Upload</title>
	<atom:link href="http://www.isinc.com/2008/11/19/using-windows-xp-task-scheduler-to-automate-an-ftp-upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isinc.com/2008/11/19/using-windows-xp-task-scheduler-to-automate-an-ftp-upload/</link>
	<description>Consulting and Learning Solution provider</description>
	<lastBuildDate>Sat, 28 Jan 2012 16:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Using Windows Task Scheduler to Automate an FTP Upload &#171; zachisinc</title>
		<link>http://www.isinc.com/2008/11/19/using-windows-xp-task-scheduler-to-automate-an-ftp-upload/comment-page-1/#comment-1628</link>
		<dc:creator>Using Windows Task Scheduler to Automate an FTP Upload &#171; zachisinc</dc:creator>
		<pubDate>Tue, 29 Nov 2011 22:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.isinc.com/?p=234#comment-1628</guid>
		<description>[...] here so that someone in a similar situation might benefit from the time I spent in trial and error.http://www.isinc.com/2008/11/19/using-windows-xp-task-scheduler-to-automate-an-ftp-upload/ Share this:TwitterFacebookLike this:LikeBe the first to like this post.   Tags automate, courses, [...]</description>
		<content:encoded><![CDATA[<p>[...] here so that someone in a similar situation might benefit from the time I spent in trial and error.http://www.isinc.com/2008/11/19/using-windows-xp-task-scheduler-to-automate-an-ftp-upload/ Share this:TwitterFacebookLike this:LikeBe the first to like this post.   Tags automate, courses, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhil gupta</title>
		<link>http://www.isinc.com/2008/11/19/using-windows-xp-task-scheduler-to-automate-an-ftp-upload/comment-page-1/#comment-1624</link>
		<dc:creator>nikhil gupta</dc:creator>
		<pubDate>Mon, 28 Nov 2011 10:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.isinc.com/?p=234#comment-1624</guid>
		<description>open ftp:username:password@ip_of_server:21
option batch on
option confirm off
option exclude &quot;*.csv&quot;
option transfer binary
cd /path of FTP server folder/
lcd &quot;path of local folder&quot;
get *.format of the file (for exp: .gz for compressed file,.csv for csv files etc)
exit</description>
		<content:encoded><![CDATA[<p>open ftp:username:password@ip_of_server:21<br />
option batch on<br />
option confirm off<br />
option exclude &#8220;*.csv&#8221;<br />
option transfer binary<br />
cd /path of FTP server folder/<br />
lcd &#8220;path of local folder&#8221;<br />
get *.format of the file (for exp: .gz for compressed file,.csv for csv files etc)<br />
exit</p>
]]></content:encoded>
	</item>
</channel>
</rss>

