iPhoto ftp export - does it exist?
I’m surprised that I still can’t find an ftp export plugin for iPhoto. This would be really handy for maintaining websites but also using the ftp facility with photobox . In fact a photobox export plugin for iPhoto would be even better. If anyone knows of one or a tried and tested solution please leave a comment here!
Find the best places to buy digital cameras on the Internet. You can compare prices before you shop at Pricerunner.com.
October 16th, 2006 at 7:46 pm
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.
November 28th, 2006 at 11:44 pm
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 “service not available”, 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 “PROCESSING $F”
ftp -n ftp.photobox.co.uk
November 28th, 2006 at 11:56 pm
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 “PROCESSING $F”
ftp -n ftp.photobox.co.uk \
November 29th, 2006 at 5:30 am
Third and final attempt…
for F in $*
do
echo “PROCESSING $F”
ftp -n ftp.photobox.co.uk <<!!
quote user your-username
quote pass yours-password
cd your-album
bin
put $F
quit
!!
done
November 29th, 2006 at 8:42 am
Thanks for that Dave - so what does that script actually upload? I can’t see what $* is?
May 20th, 2008 at 9:54 pm
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.
June 3rd, 2008 at 10:11 pm
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/.