<?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>TechTutorial.com / Blog &#187; Programming</title>
	<atom:link href="http://www.techtutorial.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techtutorial.com/blog</link>
	<description>Your source for education with an explanation!</description>
	<lastBuildDate>Mon, 19 Jul 2010 01:31:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>.Bat Batch file to FTP myself backups.</title>
		<link>http://www.techtutorial.com/blog/2007/08/22/bat-batch-file-to-ftp-myself-backups/</link>
		<comments>http://www.techtutorial.com/blog/2007/08/22/bat-batch-file-to-ftp-myself-backups/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 05:41:57 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.techtutorial.com/index.php/2007/08/22/bat-batch-file-to-ftp-myself-backups/</guid>
		<description><![CDATA[I was thinking of ways that I can automate backups to save myself some time.?  I found out that windows allows you to automate this in a script with the -s command.?  Here is an example that I think I have working.?  This script comes with no warranty and use at your [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking of ways that I can automate backups to save myself some time.?  I found out that windows allows you to automate this in a script with the -s command.?  Here is an example that I think I have working.?  This script comes with no warranty and use at your own risk. It will automatically connect and download a file called backup.txt. I was thrilled when I got this working and will help me save tons of time a day.?  Please enjoy.</p>
<p>This might need to be modified to work for what you? are trying to do, save this file with a .bat extension.?  if that doesn&#8217;t work save it as a name with no extension. I have not 100% figured out this far.?  This is a work in progress.</p>
<blockquote><p>ftp -s:%0.bat<br />
goto done<br />
open domain.com<br />
username<br />
password<br />
binary<br />
cd foldername<br />
get backup.txt<br />
bye<br />
:done</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.techtutorial.com/blog/2007/08/22/bat-batch-file-to-ftp-myself-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
