Re: Reaching a remote Mac through IP
Re: Reaching a remote Mac through IP
- Subject: Re: Reaching a remote Mac through IP
- From: email@hidden
- Date: Thu, 15 May 2003 23:55:07 +0200
In either case, be it appletalk or over IP, one should not forget to
activate application sharing (os7->9) or allow remote apple events
(osX). (yeah, i know, i still happen to forget that sometimes)
second, when using IP, my preferred, fool-proof syntax would be :
tell app "someapp" of machine "eppc://username:email@hidden"
and third, dont forget you need access to the remotely running app
when compiling/syntax checking.
that should do it.
btw, i should check, but doesnt osX accept no remote apple events
over appletalk (if activated) any more?
If targeting applications by IP address there is no requirement (or, indeed,
option) to specify a zone. Zones are only used in AppleTalk networks, not IP
networks.
Try removing the Zone parameter.
Andrew
:)
On 5/15/03 2:10 AM, "Matyas Ferenc Farkas" <email@hidden> wrote:
Hello!
I want to execute a script on a remote machine, but I know only the IP of
it, so the tell app "finder" of machine "My Machine" in zone "My Zone"
doesn9t work neither on Classic nor on Jaguar. On Jaguar it doesn9t even
compiles the of mach... ...Zone" characters, it clears from my script.
Can I reach a Mac through it's IP address on classic or/and on X?
Thanks for any comment...
Bye!
> Ferenc Matyas
__
--
_______________________________________________
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.