<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: iPhoto ftp export - does it exist?</title>
	<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/</link>
	<description>my blog, mostly covering the technical side of web design</description>
	<pubDate>Thu, 20 Nov 2008 10:25:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Uriah</title>
		<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-13881</link>
		<pubDate>Tue, 03 Jun 2008 22:11:55 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-13881</guid>
					<description>Hey, just thought I'd follow up and let you know we have closed the betas and released the plug-ins. If you're interested in checking them out, they can now be found at http://www.ubermind.com/products/.</description>
		<content:encoded><![CDATA[<p>Hey, just thought I&#8217;d follow up and let you know we have closed the betas and released the plug-ins. If you&#8217;re interested in checking them out, they can now be found at <a href='http://www.ubermind.com/products/' rel='nofollow'>http://www.ubermind.com/products/</a>.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Uriah</title>
		<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-13878</link>
		<pubDate>Tue, 20 May 2008 21:54:18 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-13878</guid>
					<description>I'm a little late to the party, but thought I'd give you a heads-up about a new iPhoto FTP plug-in. Ubermind has just released a beta version of UberUpload for iPhoto, an iPhoto equivalent of it's popular Aperture plug-in. It supports uploading to FTP and SFTP servers, has some solid export options including sizing, typing and zipping, and has a very responsive UI.

You can check it out at www.ubermind.com/beta/uberuploadforiphotobetareg.php.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little late to the party, but thought I&#8217;d give you a heads-up about a new iPhoto FTP plug-in. Ubermind has just released a beta version of UberUpload for iPhoto, an iPhoto equivalent of it&#8217;s popular Aperture plug-in. It supports uploading to FTP and SFTP servers, has some solid export options including sizing, typing and zipping, and has a very responsive UI.</p>
<p>You can check it out at <a href='http://www.ubermind.com/beta/uberuploadforiphotobetareg.php.' rel='nofollow'>www.ubermind.com/beta/uberuploadforiphotobetareg.php.</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rick</title>
		<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-698</link>
		<pubDate>Wed, 29 Nov 2006 08:42:11 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-698</guid>
					<description>Thanks for that Dave - so what does that script actually upload? I can't see what $* is?</description>
		<content:encoded><![CDATA[<p>Thanks for that Dave - so what does that script actually upload? I can&#8217;t see what $* is?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dave Kelly</title>
		<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-693</link>
		<pubDate>Wed, 29 Nov 2006 05:30:34 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-693</guid>
					<description>Third and final attempt...

for F in $*
do
echo &quot;PROCESSING $F&quot;
ftp -n ftp.photobox.co.uk &amp;#60;&amp;#60;!!
quote user your-username
quote pass yours-password
cd your-album
bin
put $F
quit
!!
done</description>
		<content:encoded><![CDATA[<p>Third and final attempt&#8230;</p>
<p>for F in $*<br />
do<br />
echo &#8220;PROCESSING $F&#8221;<br />
ftp -n ftp.photobox.co.uk &lt;&lt;!!<br />
quote user your-username<br />
quote pass yours-password<br />
cd your-album<br />
bin<br />
put $F<br />
quit<br />
!!<br />
done
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dave Kelly</title>
		<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-684</link>
		<pubDate>Tue, 28 Nov 2006 23:56:45 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-684</guid>
					<description>Sorry about the last post, it got chopped because your blog software is not doing an htmlentities on the comment field, lets try again with the code...

for F in $*
do
echo &quot;PROCESSING $F&quot;
ftp -n ftp.photobox.co.uk \</description>
		<content:encoded><![CDATA[<p>Sorry about the last post, it got chopped because your blog software is not doing an htmlentities on the comment field, lets try again with the code&#8230;</p>
<p>for F in $*<br />
do<br />
echo &#8220;PROCESSING $F&#8221;<br />
ftp -n ftp.photobox.co.uk \
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dave Kelly</title>
		<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-682</link>
		<pubDate>Tue, 28 Nov 2006 23:44:22 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-682</guid>
					<description>Rick

No fancy GUI here, but this script will do the job if you don't mind Mac OS X Terminal.
Photoboxfrequently terminates ftp sessions after a few files, with &quot;service not available&quot;, probably due to server load.

This script sends one file at a time, logging in and out each time.  Not super efficient but at least it doesn't fail and you can happily leave it running to do your uploads whilst you go down Gloucester Road for a pint of Smiles Best.

for F in $*
do
echo &quot;PROCESSING $F&quot;
ftp -n ftp.photobox.co.uk </description>
		<content:encoded><![CDATA[<p>Rick</p>
<p>No fancy GUI here, but this script will do the job if you don&#8217;t mind Mac OS X Terminal.<br />
Photoboxfrequently terminates ftp sessions after a few files, with &#8220;service not available&#8221;, probably due to server load.</p>
<p>This script sends one file at a time, logging in and out each time.  Not super efficient but at least it doesn&#8217;t fail and you can happily leave it running to do your uploads whilst you go down Gloucester Road for a pint of Smiles Best.</p>
<p>for F in $*<br />
do<br />
echo &#8220;PROCESSING $F&#8221;<br />
ftp -n ftp.photobox.co.uk
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark Morris</title>
		<link>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-125</link>
		<pubDate>Mon, 16 Oct 2006 19:46:06 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2006/10/11/iphoto-ftp-export-does-it-exist/#comment-125</guid>
					<description>Hey Rick,

My new software PhotoUplink will let you FTP directly from the iPhoto export menu, as well as send to ODBC, Excel, PowerPoint and few other things. Its unfinished, but the FTP is working fine.

Cheers,

Mark.</description>
		<content:encoded><![CDATA[<p>Hey Rick,</p>
<p>My new software PhotoUplink will let you FTP directly from the iPhoto export menu, as well as send to ODBC, Excel, PowerPoint and few other things. Its unfinished, but the FTP is working fine.</p>
<p>Cheers,</p>
<p>Mark.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
