<?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>Gabriel de Kadt &#187; FTP</title>
	<atom:link href="http://www.lazydada.com/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lazydada.com</link>
	<description>Personal notes on Mac based web development and design.</description>
	<lastBuildDate>Tue, 30 Aug 2011 10:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FTP mget without prompt</title>
		<link>http://www.lazydada.com/2009-12-01/ftp-mget-without-prompt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ftp-mget-without-prompt</link>
		<comments>http://www.lazydada.com/2009-12-01/ftp-mget-without-prompt/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:35:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=505</guid>
		<description><![CDATA[Long time no command line FTP. Today I had to transfer 700Mb from one server to another in the same data center. SSH in to server #1 to grab the files from server #2 &#8211; but &#8220;a&#8221; wasn&#8217;t working as an answer to mget (multiple get) as it usually does &#8211; meaning &#8220;get all&#8221;: each [...]]]></description>
			<content:encoded><![CDATA[<p>Long time no command line FTP.</p>
<p>Today I had to transfer 700Mb from one server to another in the same data center. SSH in to server #1 to grab the files from server #2 &#8211; but &#8220;a&#8221; wasn&#8217;t working as an answer to mget (multiple get) as it usually does &#8211; meaning &#8220;get all&#8221;: each file needed an individual yes/no answer a the command line to confirm that I really did want to download it. </p>
<p>I really didn&#8217;t fancy having to watch/wait/click as 1400 files got copied over. </p>
<p><strong>Easy answer: type &#8220;prompt&#8221; in your ftp shell to toggle the prompting on and off.</strong></p>
<p>Job done and all files sent over in a jiffy &#8211; without having to do a 4,000 km round trip to my desktop or further stuffing my internet connection. </p>
<p><code><tt><br />
ssh user@host.com<br />
cd path/to/your/files<br />
ftp ftp.host.com<br />
cd path/to/your/files<br />
prompt<br />
mget *<br />
bye<br />
exit<br />
</tt></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2009-12-01/ftp-mget-without-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transmit / CODA FTP glitches</title>
		<link>http://www.lazydada.com/2009-02-22/transmit-coda-ftp-glitches/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=transmit-coda-ftp-glitches</link>
		<comments>http://www.lazydada.com/2009-02-22/transmit-coda-ftp-glitches/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 10:35:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=222</guid>
		<description><![CDATA[Eureka. D&#8217;oh. ho-hum. Delete as appropriate. Updated&#8230; My email to transmit-at-panic.com: Hi, I&#8217;m sure it may be because I hadn&#8217;t RTFM in a while but I&#8217;ve just discovered that Transmit carries out Synchronisations based on its cache. I had always assumed that a mirror sync would update the cache first. I now realise this must [...]]]></description>
			<content:encoded><![CDATA[<h4>Eureka. D&#8217;oh. ho-hum.</h4>
<h4>Delete as appropriate.</h4>
<p><a href="#panicUpdate">Updated&#8230;</a></p>
<p>My email to transmit-at-panic.com:</p>
<blockquote><p>
Hi,</p>
<p>I&#8217;m sure it may be because I hadn&#8217;t RTFM in a while but I&#8217;ve just discovered that Transmit carries out Synchronisations based on its cache. I had always assumed that a mirror sync would update the cache first. I now realise this must have been causing some of my troubles with old files eventually reappearing on my server.</p>
<p>I use CODA to work on the site and Transmit to keep a set of rolling backups. (SVN has only just become an option for me.) I&#8217;ve been working on the site using CODA while Transmit stays open. I will now be making sure that I keep the syncing process separate (and restart Transmit before any sync operation) to avoid the glitches that have been troubling me. Obviously I&#8217;m looking to get my SVN server up and running as soon as possible.</p>
<p>Perhaps a notice in the Transmit UI to warn of this might be helpful.</p>
<p>Thanks</p>
</blockquote>
<h4 id="panicUpdate">Update</h4>
<blockquote><p>
Date: 25 February 2009 00:55:08 GMT+01:00<br />
Subject: Re: Sync issues</p>
<p>Hi Gabriel,<br />
This will be vastly improved in a future version of Transmit.<br />
&#8211;<br />
Les<br />
Panic Inc.</p>
</blockquote>
<p>Great stuff! Lets hope that new version is around the corner. I reckon it may well be. TBC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2009-02-22/transmit-coda-ftp-glitches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
