Author Topic: Script is working beautifully but I want more :)  (Read 2538 times)

dave_r

  • Full Member
  • ***
  • Posts: 30
Script is working beautifully but I want more :)
« on: August 14, 2007, 12:24:01 PM »
Hi, I'm not getting my growl notification when these update mac and update server scripts are run.  Is this because they are essentially mini apps that don't support growl?  Or is the disconnection happening before yummy has a chance to negotiate with growl?  If anyone with applescript experience sees this is there anything that could be added to make growl notifications of completed updates work?  Many thanks, Dave

tell application "Yummy FTP"
   activate
   connect "Bookmark"
   using connection "Bookmark" list remote folder "/Full/Path/To/Server/Folder/"
   using connection "Bookmark" list local folder "/Full/Path/To/Mac/Folder/"
   with timeout of 32766 seconds
      using connection "Bookmark" synchronize "Update Server"
   end timeout
   disconnect "Bookmark"
end tell

JD

  • Administrator
  • FTP Guru
  • *****
  • Posts: 2157
Re: Script is working beautifully but I want more :)
« Reply #1 on: August 14, 2007, 05:01:37 PM »
They are like little apps, yes, but it is still Yummy that actually does all the work, so it should give the Growl notifications. I'll check this out and get back to you.