Re: Trouble mounting an iDisk
Re: Trouble mounting an iDisk
- Subject: Re: Trouble mounting an iDisk
- From: Gnarlodious <email@hidden>
- Date: Mon, 16 Dec 2002 09:48:44 -0700
Entity Jeffrey Mattox spoke thus:
>
Sometimes this works fine and sometimes it doesn't.
>
>
set idiskName to "myUserName"
>
set passwd to "myPassword"
>
set afp to "afp://idisk.mac.com/" & idiskName
>
mount volume afp as user name idiskName with password passwd
AFP scripting is real intermittent, I find this format works best:
mount volume theVolume on server theServer ,
as user name theAccount with password thePassword
Hope that makes sense . . .
-- Rachel
http://www.Spectrumology.com
AIM Gnarlodious
_______________________________________________
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.