• 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
Re: Scripting Transmit using applescript in FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting Transmit using applescript in FileMaker


  • Subject: Re: Scripting Transmit using applescript in FileMaker
  • From: Jean-Marie <email@hidden>
  • Date: Sun, 12 Dec 2004 11:20:36 +0100

Le 10 déc. 2004, à 17:34, Courtney Braafhart a écrit :

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


Try this

	tell application "Transmit"
		make new document at before front document
		tell document 1
			connect...
		end tell
	end tell

Cordialement.
--
Jean-Marie Hoornaert

_______________________________________________
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


References: 
 >Scripting Transmit using applescript in FileMaker (From: Courtney Braafhart <email@hidden>)
 >Re: Scripting Transmit using applescript in FileMaker (From: Simon Forster <email@hidden>)

  • Prev by Date: Re: Renaming file bug
  • Next by Date: Re: Do shell script to dial a number
  • Previous by thread: Re: Scripting Transmit using applescript in FileMaker
  • Next by thread: File name list order
  • Index(es):
    • Date
    • Thread