Yummy Software
Welcome, Guest. Please login or register.
November 09, 2006, 11:09:49 AM
749 Posts in 150 Topics by 164 Members
Latest Member: garyh357
Home Help Search Login Register
Yummy Software  |  Yummy FTP  |  Feedback & Suggestions  |  Automator? « previous next »
Pages: [1] Print
Author Topic: Automator?  (Read 429 times)
dragondave
Newbie
*
Posts: 1


View Profile
Automator?
« on: January 10, 2006, 10:20:21 PM »

Will Yummy FTP support Automator actions in the future?

Thanks...
Logged
JD
Administrator
Sr. Member
*****
Posts: 353


View Profile Email
Re: Automator?
« Reply #1 on: January 11, 2006, 07:26:03 AM »

When I get around to it, yes. There's no reason why not. At the moment, you can embed an AppleScript in your work flow for Yummy FTP and that will work just fine.
Logged
twistermc
Newbie
*
Posts: 1


View Profile
Re: Automator?
« Reply #2 on: August 27, 2006, 11:05:08 AM »

How would I create an apple script to automatically run, find an iCal calendar, rename it  and upload the  file to my FTP server?  I have my Automator action done, now I just don't know how to get YummyFTP to do the same thing. Smiley
Logged
JD
Administrator
Sr. Member
*****
Posts: 353


View Profile Email
Re: Automator?
« Reply #3 on: August 27, 2006, 06:57:43 PM »

Finding an iCal calendar and renaming it is probably in the realm of the Finder - I guess you have those parts done in your Automator action already? The only missing part is to write an AppleScript that invokes Yummy FTP to upload your file to the server and location of your choice. This is how you do it:

1. Add a final Automator Action - Run AppleScript
2. Paste the following script:

on run {input, parameters}
   
   tell application "Yummy FTP"
      UploadURL "ftp://username:password@servername/fullpathtodestination/" with input
   end tell
   
   return input
end run

3. Since you'll need to include a full URL to your upload destination, replace the relevant parts in the example shown. If the password is stored in the Keychain then this (and its preceding colon) can be omitted.

Logged
Pages: [1] Print 
« previous next »
Jump to: