<?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: 5 bucks to a Dreamweaver or FTP client guru!</title>
	<atom:link href="http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/</link>
	<description>Web Development and other Inane Topics and Tools</description>
	<lastBuildDate>Tue, 16 Mar 2010 08:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: whathuh studios rant &#124; Exclude certain file types from FTP operations</title>
		<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/comment-page-1/#comment-881</link>
		<dc:creator>whathuh studios rant &#124; Exclude certain file types from FTP operations</dc:creator>
		<pubDate>Thu, 31 Jan 2008 04:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/#comment-881</guid>
		<description>[...] put a challenge out there a few weeks ago, and it was not met. I however, stumbled on it [...]</description>
		<content:encoded><![CDATA[<p>[...] put a challenge out there a few weeks ago, and it was not met. I however, stumbled on it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Prignano</title>
		<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/comment-page-1/#comment-843</link>
		<dc:creator>Nick Prignano</dc:creator>
		<pubDate>Mon, 31 Dec 2007 01:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/#comment-843</guid>
		<description>Back to the question, like I said, you can do this (much easier) with a 3rd party app such as AutoFTP:
http://www.primaftp.com/ftp_help/auto_ftp_service_download_using_wildcard.htm</description>
		<content:encoded><![CDATA[<p>Back to the question, like I said, you can do this (much easier) with a 3rd party app such as AutoFTP:<br />
<a href="http://www.primaftp.com/ftp_help/auto_ftp_service_download_using_wildcard.htm">http://www.primaftp.com/ftp_help/auto_ftp_service_download_using_wildcard.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Prignano</title>
		<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/comment-page-1/#comment-842</link>
		<dc:creator>Nick Prignano</dc:creator>
		<pubDate>Sun, 30 Dec 2007 20:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/#comment-842</guid>
		<description>One more thing, you should check out the Subscribe to Comments plugin, to allow your readers to get a notification when someone replies to a thread that they have commented on.
http://txfx.net/code/wordpress/subscribe-to-comments/</description>
		<content:encoded><![CDATA[<p>One more thing, you should check out the Subscribe to Comments plugin, to allow your readers to get a notification when someone replies to a thread that they have commented on.<br />
<a href="http://txfx.net/code/wordpress/subscribe-to-comments/">http://txfx.net/code/wordpress/subscribe-to-comments/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Prignano</title>
		<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/comment-page-1/#comment-841</link>
		<dc:creator>Nick Prignano</dc:creator>
		<pubDate>Sun, 30 Dec 2007 20:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/#comment-841</guid>
		<description>btw - your comment template sucks lol.</description>
		<content:encoded><![CDATA[<p>btw &#8211; your comment template sucks lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Prignano</title>
		<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/comment-page-1/#comment-840</link>
		<dc:creator>Nick Prignano</dc:creator>
		<pubDate>Sun, 30 Dec 2007 20:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/#comment-840</guid>
		<description>Well, you can do it the slow way with ftp by going to each subdirectory and running the same command - but that is not a feasible solution because each file from the subdirectory will be dumped in the same local folder, possible overwriting files with the same name that exist in other directories.

The only real solution I see here, without invoking a third party utility (as there are some), would be to use the rcp command from the Windows command line..

Here is a good reference for the rcp command:
http://moka.ccr.jussieu.fr/doc_link/en_US/a_doc_lib/cmds/aixcmds4/rcp.htm</description>
		<content:encoded><![CDATA[<p>Well, you can do it the slow way with ftp by going to each subdirectory and running the same command &#8211; but that is not a feasible solution because each file from the subdirectory will be dumped in the same local folder, possible overwriting files with the same name that exist in other directories.</p>
<p>The only real solution I see here, without invoking a third party utility (as there are some), would be to use the rcp command from the Windows command line..</p>
<p>Here is a good reference for the rcp command:<br />
<a href="http://moka.ccr.jussieu.fr/doc_link/en_US/a_doc_lib/cmds/aixcmds4/rcp.htm">http://moka.ccr.jussieu.fr/doc_link/en_US/a_doc_lib/cmds/aixcmds4/rcp.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/comment-page-1/#comment-839</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 30 Dec 2007 09:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/#comment-839</guid>
		<description>Ah... but what about subdirectories?</description>
		<content:encoded><![CDATA[<p>Ah&#8230; but what about subdirectories?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Prignano</title>
		<link>http://www.isthisablog.com/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/comment-page-1/#comment-838</link>
		<dc:creator>Nick Prignano</dc:creator>
		<pubDate>Sun, 30 Dec 2007 06:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/28/5-bucks-to-a-dreamweaver-or-ftp-client-guru/#comment-838</guid>
		<description>Hey, you can easily download all files of certain types from a given directory using the Windows command-line and some basic ftp commands.

here is a list of basic ftp commands:
http://www.nsftools.com/tips/RawFTP.htm

If you want more of an exact example something like this:

1) Start &gt; Run &gt; type cmd and press enter(honestly not sure if this works in vista, but it does in XP, either way, open up a command prompt).

2) Type ftp ftp.yourhost.com (replace ftp.yourhost.com with your actual ftp host, der).

3) You will be prompted to login with your credentials, do so.

4) Type cd /path/to/your/files

5) Type mget *.php *.htm  (etc,etc, for all file types you wish to retrieve).

*NOTE* the files are retrieved to whichever directory you started in, usually your my documents folder in windows xp and later.

It&#039;s like candy.</description>
		<content:encoded><![CDATA[<p>Hey, you can easily download all files of certain types from a given directory using the Windows command-line and some basic ftp commands.</p>
<p>here is a list of basic ftp commands:<br />
<a href="http://www.nsftools.com/tips/RawFTP.htm">http://www.nsftools.com/tips/RawFTP.htm</a></p>
<p>If you want more of an exact example something like this:</p>
<p>1) Start &gt; Run &gt; type cmd and press enter(honestly not sure if this works in vista, but it does in XP, either way, open up a command prompt).</p>
<p>2) Type ftp <a href="http://ftp.yourhost.com">http://ftp.yourhost.com</a> (replace <a href="http://ftp.yourhost.com">http://ftp.yourhost.com</a> with your actual ftp host, der).</p>
<p>3) You will be prompted to login with your credentials, do so.</p>
<p>4) Type cd /path/to/your/files</p>
<p>5) Type mget *.php *.htm  (etc,etc, for all file types you wish to retrieve).</p>
<p>*NOTE* the files are retrieved to whichever directory you started in, usually your my documents folder in windows xp and later.</p>
<p>It&#8217;s like candy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
