Re: Trouble mounting an iDisk
Re: Trouble mounting an iDisk
- Subject: Re: Trouble mounting an iDisk
- From: "Pagani Jr, Ronald" <email@hidden>
- Date: Mon, 16 Dec 2002 12:44:20 -0800
I've never gotten afp:// to mount my iDisk, frankly I didn't know it
was supported. I thought iDisk was WebDAV?
Anyway, try
http://idisk.mac.com/<idisk_name> for your URL; at least it
will work in Finder.
Ron ;)
On Sunday, December 15, 2002, at 04:28 PM, Jeffrey Mattox wrote:
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
If the iDisk is already mounted, I skip that code. But if the iDisk
is not mounted, then sometimes it mounts in a few seconds and
sometimes a spinning cursor appears with a dialog pops (it's not one
of my dialogs) that shows "Contacting iDisk" and a timer counting down
from 120 seconds (which causes an error to be caught in my script
after only 60 seconds).
I have verified that the disk name and password are correct in all
cases (by using a display dialog just before the mount statement).
Any ideas?
Jeff
_______________________________________________
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.