<?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: FTP a file with a single click (Windows)</title>
	<atom:link href="http://sniptools.com/vault/ftp-a-file-with-a-single-click-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://sniptools.com/vault/ftp-a-file-with-a-single-click-windows</link>
	<description>Design &#38; Technology Observations</description>
	<lastBuildDate>Thu, 12 Jan 2012 08:01:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: periboob</title>
		<link>http://sniptools.com/vault/ftp-a-file-with-a-single-click-windows#comment-833</link>
		<dc:creator>periboob</dc:creator>
		<pubDate>Sat, 12 Mar 2005 19:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=28#comment-833</guid>
		<description>Most of my FTPing is to my web site, but with a different file depending on what is being updated. I use this batch to build a script like yours on the fly. I have a shortcut to this batch file, which I drag a file to which auto-ftps the file to my web page.

:: ==== putfile.bat ======
echo off
if &quot;%1&quot;==&quot;&quot; goto usage

:: build a script file
echo account_name&gt;putfil.scr
echo password&gt;&gt;putfil.scr
echo binary&gt;&gt;putfil.scr
echo prompt&gt;&gt;putfil.scr
:: path and name of the file dropped on the icon
echo put %1 &gt;&gt;putfil.scr
echo quit &gt;&gt;putfil.scr

:: and finally run the script just created
:: to upload to your site
ftp -s:putfil.scr upload.domain.com
goto end

:usage
echo.
echo Nothing found to transfer
echo.
echo This BatchFile Icon is meant to have a single file dropped on it.
echo Dropping a file will cause it to be copied to the mtopping website.
echo SPACES NOT ALLOWED in path or file names.
echo.
:end
pause

======= end of code ==========


</description>
		<content:encoded><![CDATA[<p>Most of my FTPing is to my web site, but with a different file depending on what is being updated. I use this batch to build a script like yours on the fly. I have a shortcut to this batch file, which I drag a file to which auto-ftps the file to my web page.</p>
<p>:: ==== putfile.bat ======<br />
echo off<br />
if "%1"=="" goto usage</p>
<p>:: build a script file<br />
echo account_name&gt;putfil.scr<br />
echo password&gt;&gt;putfil.scr<br />
echo binary&gt;&gt;putfil.scr<br />
echo prompt&gt;&gt;putfil.scr<br />
:: path and name of the file dropped on the icon<br />
echo put %1 &gt;&gt;putfil.scr<br />
echo quit &gt;&gt;putfil.scr</p>
<p>:: and finally run the script just created<br />
:: to upload to your site<br />
ftp –s:putfil.scr upload.domain.com<br />
goto end</p>
<p>:usage<br />
echo.<br />
echo Nothing found to transfer<br />
echo.<br />
echo This BatchFile Icon is meant to have a single file dropped on it.<br />
echo Dropping a file will cause it to be copied to the mtopping website.<br />
echo SPACES NOT ALLOWED in path or file names.<br />
echo.<br />
:end<br />
pause</p>
<p>======= end of code ==========</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://sniptools.com/vault/ftp-a-file-with-a-single-click-windows#comment-832</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 29 Sep 2003 02:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=28#comment-832</guid>
		<description>I think this is a great trick, but I can&#039;t get it to work. Any suggestions?
</description>
		<content:encoded><![CDATA[<p>I think this is a great trick, but I can't get it to work. Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

