• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Scripting Transmit using applescript in FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scripting Transmit using applescript in FileMaker


  • Subject: Scripting Transmit using applescript in FileMaker
  • From: Courtney Braafhart <email@hidden>
  • Date: Fri, 10 Dec 2004 10:34:20 -0600

Hello fellow scripters!

I am trying to write a very basic script in FIlemaker using apple script. All I want to do is to connect to a server using the Application Transmit. The script has been working until recently. I was trying to modify the applescript in Filemaker when trying to close the scripting window I get the error "Application Not Running. (error -600)". I get this error regardless if Transmit is open or closed??? Anyone have any ideas?

Here is a copyu
tell applicaiton "Transmit"
quit
end tell
tell application "Transmit"
tell document 1
connect to "00.00.00.00" as user "username" with password "password" with connection type FTP
end tell
end tell

This script works just fine when I run it with the script editor.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Scripting Transmit using applescript in FileMaker
      • From: Simon Forster <email@hidden>
  • Prev by Date: Re: OSX script problem
  • Next by Date: Re: truncate the hostname of local computer
  • Previous by thread: folder actions..
  • Next by thread: Re: Scripting Transmit using applescript in FileMaker
  • Index(es):
    • Date
    • Thread