Scripting Transmit using applescript in FileMaker
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