RE: Mount iDisk
RE: Mount iDisk
- Subject: RE: Mount iDisk
- From: David Marshall <email@hidden>
- Date: Wed, 6 Jul 2005 07:54:34 -0400
On Wed, 6 Jul 2005 11:41:21 +0100, Rob Stott wrote:
I remember tearing my hair out over this a while back - it's annoying
because I'm sure the solution will be infuriatingly simple. I'm
trying to mount my iDisk like this...
tell application "Finder"
mount volume "afp://myusername:email@hidden/tridentuk"
end tell
...but it just hangs forever - any suggestions?
I don't believe iDisk supports the afp:// protocol any longer. I worked
around this problem in OS X 10.3.8 as follows:
tell application "Finder"
mount volume "http://idisk.mac.com/myusername/" ¬
as user name "myusername" with password "mypassword"
end tell
- - - - -
Dave
_______________________________________________
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