<?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: Upload (mput) and Download (mget) Multiple Files Automatically in FTP Transfer</title>
	<atom:link href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Wed, 16 Dec 2009 03:12:03 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Kelly</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-620994</link>
		<dc:creator>Mike Kelly</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-620994</guid>
		<description>I used the wscript.sleep to delay for completion.
</description>
		<content:encoded><![CDATA[<p>I used the wscript.sleep to delay for completion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santhana</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-594571</link>
		<dc:creator>Santhana</dc:creator>
		<pubDate>Tue, 25 Aug 2009 11:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-594571</guid>
		<description>we can use runique OPTION in ftp.

      runique   Toggle storing of files on the local system with unique
                filenames.  If a file already exists with a name equal to
                the target local filename for a get or mget command, a .1 is
                appended to the name.  If the resulting name matches another
                existing file, a .2 is appended to the original name.  If
                this process continues up to .99, an error message is
                printed, and the transfer does not take place.  ftp reports
                the unique filename.  Note that runique does not affect
                local files generated from a shell command (see below).  The
                default value is off.</description>
		<content:encoded><![CDATA[<p>we can use runique OPTION in ftp.</p>
<p>      runique   Toggle storing of files on the local system with unique<br />
                filenames.  If a file already exists with a name equal to<br />
                the target local filename for a get or mget command, a .1 is<br />
                appended to the name.  If the resulting name matches another<br />
                existing file, a .2 is appended to the original name.  If<br />
                this process continues up to .99, an error message is<br />
                printed, and the transfer does not take place.  ftp reports<br />
                the unique filename.  Note that runique does not affect<br />
                local files generated from a shell command (see below).  The<br />
                default value is off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santhana</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-594566</link>
		<dc:creator>Santhana</dc:creator>
		<pubDate>Tue, 25 Aug 2009 10:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-594566</guid>
		<description>how to download multiple file without replaceing existing files using mget command</description>
		<content:encoded><![CDATA[<p>how to download multiple file without replaceing existing files using mget command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-593332</link>
		<dc:creator>Shyam</dc:creator>
		<pubDate>Wed, 19 Aug 2009 21:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-593332</guid>
		<description>thanks a lot.

ftp&gt; prompt

Interactive mode off.

This command is very much useful command to get the bulk load.

To turn the prompting on... use it again.

ftp&gt; prompt
Interactive mode on.
ftp&gt;</description>
		<content:encoded><![CDATA[<p>thanks a lot.</p>
<p>ftp&gt; prompt</p>
<p>Interactive mode off.</p>
<p>This command is very much useful command to get the bulk load.</p>
<p>To turn the prompting on&#8230; use it again.</p>
<p>ftp&gt; prompt<br />
Interactive mode on.<br />
ftp&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ksamy</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-582456</link>
		<dc:creator>ksamy</dc:creator>
		<pubDate>Fri, 26 Jun 2009 11:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-582456</guid>
		<description>how to download multiple file without replaceing existing files using mget command</description>
		<content:encoded><![CDATA[<p>how to download multiple file without replaceing existing files using mget command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Maliwal</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-582180</link>
		<dc:creator>Harish Maliwal</dc:creator>
		<pubDate>Thu, 25 Jun 2009 09:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-582180</guid>
		<description>really helpful ...

thanks.</description>
		<content:encoded><![CDATA[<p>really helpful &#8230;</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-579757</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-579757</guid>
		<description>Lovely Hurling</description>
		<content:encoded><![CDATA[<p>Lovely Hurling</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christer</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-574146</link>
		<dc:creator>christer</dc:creator>
		<pubDate>Sat, 09 May 2009 02:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-574146</guid>
		<description>Just what I needed
Thanks much :)</description>
		<content:encoded><![CDATA[<p>Just what I needed<br />
Thanks much <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reniery</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-562961</link>
		<dc:creator>Reniery</dc:creator>
		<pubDate>Thu, 26 Feb 2009 18:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-562961</guid>
		<description>thanks a lot for the article, was very helpful</description>
		<content:encoded><![CDATA[<p>thanks a lot for the article, was very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-523670</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Sun, 20 Jul 2008 19:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-523670</guid>
		<description>I love you. I had to move over 5000 files and I was doing like Homer Simpson with the bird pressing the &quot;Y&quot; button automatically.

Thank you.</description>
		<content:encoded><![CDATA[<p>I love you. I had to move over 5000 files and I was doing like Homer Simpson with the bird pressing the &#8220;Y&#8221; button automatically.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-521620</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 11 Jul 2008 17:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-521620</guid>
		<description>Thank you for the ‘prompt’ tip to turn off prompting.
Extremenly helpful.</description>
		<content:encoded><![CDATA[<p>Thank you for the ‘prompt’ tip to turn off prompting.<br />
Extremenly helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabhjot</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-464083</link>
		<dc:creator>prabhjot</dc:creator>
		<pubDate>Mon, 04 Feb 2008 15:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-464083</guid>
		<description>saved time, thanks alot for mput explanation.</description>
		<content:encoded><![CDATA[<p>saved time, thanks alot for mput explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neXus</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-461580</link>
		<dc:creator>neXus</dc:creator>
		<pubDate>Fri, 18 Jan 2008 20:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-461580</guid>
		<description>thanks :)</description>
		<content:encoded><![CDATA[<p>thanks <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henry</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-256357</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Thu, 31 May 2007 02:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-256357</guid>
		<description>Thanks for the &#039;prompt&#039; tip to turn off prompting.</description>
		<content:encoded><![CDATA[<p>Thanks for the &#8216;prompt&#8217; tip to turn off prompting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Aske</title>
		<link>http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/comment-page-1/#comment-227097</link>
		<dc:creator>Rolf Aske</dc:creator>
		<pubDate>Mon, 07 May 2007 18:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#comment-227097</guid>
		<description>I found this article very helpful. I have one problem doing the &quot;mget&quot; and that is that the script goes to &quot;disconnect&quot; and &quot;bye&quot; before the ftp been completed. How do I handle this? Thank you.

objMyFile.WriteLine (&quot;prompt&quot;)
objMyFile.WriteLine (&quot;mput &quot; &amp; strFilePut)
objMyFile.WriteLine (&quot;disconnect&quot;)
objMyFile.WriteLine (&quot;bye&quot;)
objMyFile.Close

Set objFSO = Nothing
Set objMyFile = Nothing

&#039;Run ftp script
Set objShell = WScript.CreateObject( &quot;WScript.Shell&quot; )
objShell.Run (&quot;ftp -s:&quot; &amp; chr(34) &amp; strFTPScriptFileName &amp; chr(34))
Set objShell = Nothing</description>
		<content:encoded><![CDATA[<p>I found this article very helpful. I have one problem doing the &#8220;mget&#8221; and that is that the script goes to &#8220;disconnect&#8221; and &#8220;bye&#8221; before the ftp been completed. How do I handle this? Thank you.</p>
<p>objMyFile.WriteLine (&#8221;prompt&#8221;)<br />
objMyFile.WriteLine (&#8221;mput &#8221; &amp; strFilePut)<br />
objMyFile.WriteLine (&#8221;disconnect&#8221;)<br />
objMyFile.WriteLine (&#8221;bye&#8221;)<br />
objMyFile.Close</p>
<p>Set objFSO = Nothing<br />
Set objMyFile = Nothing</p>
<p>&#8216;Run ftp script<br />
Set objShell = WScript.CreateObject( &#8220;WScript.Shell&#8221; )<br />
objShell.Run (&#8221;ftp -s:&#8221; &amp; chr(34) &amp; strFTPScriptFileName &amp; chr(34))<br />
Set objShell = Nothing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
