> On Feb 15, 2019, at 5:00 PM, FMPRO-L automatic digest system > <[email protected]> wrote: > > There are 5 messages totaling 300 lines in this issue. > > Topics of the day: > > 1. Using AppleScript with FMPro 16 and Transmit 4 (5) > > ---------------------------------------------------------------------- > > Date: Fri, 15 Feb 2019 11:10:26 -0500 > From: Charles Hartley <[email protected]> > Subject: Using AppleScript with FMPro 16 and Transmit 4 > > I have scripts I've been using successfully with FMP16 that include > AppleScripts that tell Interarchy to up or download files from a remote > server. However, with Mojave, Interarchy no longer works, and I've started > trying to alter the scripts to attempt to use Transmit 4 instead. > > When I replace "Interarchy" with "Transcript" in the AppleScript it will > not compile. Changing it back to "Interarchy" however does let it > successfully compile. Of course, since Interarchy crashes now, that won't > solve my problem. > > Any suggestions? > > Thanks, > Charlie Hartley > > ------------------------------ > > Date: Fri, 15 Feb 2019 18:10:26 +0000 > From: Rowland Carson <[email protected]> > Subject: Re: Using AppleScript with FMPro 16 and Transmit 4 > > On 2019-02-15, at 16:10, Charles Hartley <[email protected]> wrote: > > >> I have scripts I've been using successfully with FMP16 that include >> AppleScripts that tell Interarchy to up or download files from a remote >> server. However, with Mojave, Interarchy no longer works, and I've started >> trying to alter the scripts to attempt to use Transmit 4 instead. >> >> When I replace "Interarchy" with "Transcript" in the AppleScript it will not >> compile. Changing it back to "Interarchy" however does let it successfully >> compile. Of course, since Interarchy crashes now, that won't solve my >> problem. > > > Charlie - did you really replace “Interarchy” with “Transcript”, or is that a > typo in your e-mail? Of course just using the name “Transmit” may not be > enough either, it may require to have the version number as well. > > in friendship > > Rowland > > | Rowland Carson ... that's Rowland with a 'w' ... > | <[email protected]> http://www.rowlandcarson.org.uk > | Skype, Twitter: rowland_carson Facebook: Rowland Carson > > ------------------------------ > > Date: Fri, 15 Feb 2019 15:42:02 -0500 > From: Charles Hartley <[email protected]> > Subject: Re: Using AppleScript with FMPro 16 and Transmit 4 > > Yes, I meant replace "Interarchy" with "Transit." Sorry. > > On Fri, Feb 15, 2019 at 3:38 PM Charles Hartley <[email protected]> wrote: > >> Yes, I meant replace "Interarchy' with "Transit." Sorry. >> >> On Fri, Feb 15, 2019 at 1:34 PM Charlie <[email protected]> wrote: >> >>> Ack! Typo alert. transcript = Transmit >>> >>> Sorry. >>> >>> >>>> On Feb 15, 2019, at 1:10 PM, Rowland Carson <[email protected]> >>> wrote: >>>> >>>> On 2019-02-15, at 16:10, Charles Hartley <[email protected]> wrote: >>>> >>>> >>>>> I have scripts I've been using successfully with FMP16 that include >>> AppleScripts that tell Interarchy to up or download files from a remote >>> server. However, with Mojave, Interarchy no longer works, and I've started >>> trying to alter the scripts to attempt to use Transmit 4 instead. >>>>> >>>>> When I replace "Interarchy" with "Transcript" in the AppleScript it >>> will not compile. Changing it back to "Interarchy" however does let it >>> successfully compile. Of course, since Interarchy crashes now, that won't >>> solve my problem. >>>> >>>> >>>> Charlie - did you really replace “Interarchy” with “Transcript”, or is >>> that a typo in your e-mail? Of course just using the name “Transmit” may >>> not be enough either, it may require to have the version number as well. >>>> >>>> in friendship >>>> >>>> Rowland >>>> >>>> | Rowland Carson ... that's Rowland with a 'w' ... >>>> | <[email protected]> http://www.rowlandcarson.org.uk >>>> | Skype, Twitter: rowland_carson Facebook: Rowland Carson >>> >> > > ------------------------------ > > Date: Fri, 15 Feb 2019 13:13:46 -0800 > From: Bob Stern <[email protected]> > Subject: Re: Using AppleScript with FMPro 16 and Transmit 4 > > You might get more meaningful feedback if you try compiling the AppleScript > in Apple’s "Script Editor" or, better yet, Late Night Software’s "Script > Debugger Lite". (Lite version is free.) The latter has a more sophisticated > browser for an application’s scripting dictionary (plus debugging tools as > the name implies). > > Bob Stern > > ------------------------------ > > Date: Fri, 15 Feb 2019 17:46:47 -0500 > From: Charles Hartley <[email protected]> > Subject: Re: Using AppleScript with FMPro 16 and Transmit 4 > > I'll get the name right soon. The application is named "Transmit." > > Using Apple's Script Editor, I loaded the original script, and changed the > application name from "Interarchy" to "Transmit" as shown below. > > tell application "Transmit" > activate > mirrorupload alias "Macintosh HD:path/to/folder" host "ftp.xxx.org" path > "/public_html/xxx/" user "yyy" protocol FTPProtocol without dryrun > quit > end tell > > Received the syntax error message: > Expected end of line, etc. but found class name > > with the word alias highlighted. > > When I replaced "Transmit" with "Interarchy" again, it compiled fine. > > > On Fri, Feb 15, 2019 at 4:13 PM Bob Stern < > [email protected]> wrote: > >> You might get more meaningful feedback if you try compiling the >> AppleScript in Apple’s "Script Editor" or, better yet, Late Night >> Software’s "Script Debugger Lite". (Lite version is free.) The latter has >> a more sophisticated browser for an application’s scripting dictionary >> (plus debugging tools as the name implies). >> >> Bob Stern > > ------------------------------ > > End of FMPRO-L Digest - 26 Nov 2018 to 15 Feb 2019 (#2019-1) > ************************************************************
