Re: choose url
Re: choose url
- Subject: Re: choose url
- From: Christopher Nebel <email@hidden>
- Date: Thu, 23 Dec 2004 19:52:07 -0800
On Dec 23, 2004, at 1:04 PM, doug rogers wrote:
At 3:52 PM -0500 22/12/04, doug rogers wrote:
okay....
tell application "Finder" of machine
"eppc://myname:mypassword@Studio G3/"
using terms from application "Finder"
display dialog "hello!"
end using terms from
end tell
--> syntax error remote access isn't allowed
I think that instead of "Studio G3" you need either the machine's IP
or its RV name, ending with ".local". Then only you go for the volume.
Emmanuel, you know, I'm not sure what you mean here.
"RV name" is short for "Rendevous name", aka the name you set as the
Computer Name in the Sharing preference panel. (Notice the sub-text
that says "other computers on your local subnet can access your
computer at computer-name.local.") You can do this...
tell application "Finder" of machine "eppc://computer-name.local"
...or even this...
tell application "Finder" of machine "computer-name"
...but that'll turn into the first form when you compile. If you want
to hardcode the user name and password, you have to use the URL form.
--Chris Nebel
AppleScript Engineering
_______________________________________________
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