Hi, I'd like to run the Update Mac and Update Server scripts on 3 folders that live in different places in the Library, all at the same time or consecutively. I wouldn't be updating one without updating the others so rather than preparing 3 individual droplets is there a way to prepare one script that consecutively looks at the 3 folders? 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 Mac"
end timeout
disconnect "Bookmark"
end tell








Logged


