Re: Can't make remote AppleEvents work
Re: Can't make remote AppleEvents work
- Subject: Re: Can't make remote AppleEvents work
- From: Ken Tozier <email@hidden>
- Date: Wed, 16 Jun 2004 20:54:20 -0400
I tried this at work today and kept getting "Remote login not allowed".
The "Remote Apple Events checkbox in Sharing setup is definitely
checked. I'm thinking our network guys have locked down port 3031
(which is what AppleScript uses).
Thanks for the tips, at least I know what to try once the network stuff
gets ironed out.
Ken
On Jun 16, 2004, at 7:11 AM, deivy petrescu wrote:
On Jun 16, 2004, at 12:01 AM, Ken Tozier wrote:
On Jun 15, 2004, at 11:52 PM, deivy petrescu wrote:
Try this:
tell application "server script" of machine "eppc://<machine name>"
to set x to ListDesktopFiles()
It works here
Were the client and server scripts on different machines? I can get
it to work on just my laptop but across a network, nada.
yes, two different machines.
It worked locally and remotely.
Actually, initially I thought It would need the full path for the app
"server script" but it does not.
by the way, the script I really run is:
tell application "server script" of machine
"eppc://user:password@<machine name>" to set x to ListDesktopFiles()
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.