At 15:53 +0000 01.26.2001, Sveinbjorn Thordarson wrote:
>Hi there,
>
>I've specified it like this:
>
>tell application "Finder"
>       mount volume "afp://myusername:[EMAIL PROTECTED]"
>end tell
>
>But this doesn't work.  I can't do it over AppleTalk, just TCP/IP since
>the server is from appletalk-utils in Linux.

I don't think it works like that.  You can do:

        mount volume "afp://128.0.0.10" as user name "myusername"

I tried adding "with password" and it failed.  Hrm.  Regardless, I never
put in username and passwords in such code; I let the Keychain Manager
handle it.  If it is in my keychain, I don't need a username and password.
If it is not, I get prompted once, I add it to the Keychain, and it doesn't
ask me again.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to