I tried something different and it appears to work. I opened the Script Editor and selected the option to record a script. Then I activated Interarchy and clicked on the apple menu. Next I used the right arrow key to move to the Bookmarks drop-down menu, and then the down arrow key to move to the mirror bookmark I had created earlier to use manually. When I pressed the return/enter key the bookmark was activiated and did its thing. When it was finished, I pressed command-Q to quit Interarchy, and then stopped the recording of the script. After compiling the script, I ran it again and it works.
The resulting script looks something like this... *tell* *application* "Interarchy" *activate* *mirrorupload* «*data* fss [long list of numbers and letters; likely hexidecimal code]» host "ftp.thehost.com" path "/home/[...part left out...]/test_folder/" user "me" protocol FTPProtocol *without* dryrun *quit* *end* *tell* * * Since I have no notion of what the apparent hexidecimal code means, I can only hope that this is okay to use. Please let me know what you think. Charlie ** * *
