• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Mount iDisk
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Mount iDisk
      • From: Rob Stott <email@hidden>
  • Prev by Date: Re: Capturing parts of text string [Re: Applescript-users Digest, Vol 2, Issue 443]
  • Next by Date: Re: Mount iDisk
  • Previous by thread: AppleScript 1.10.1
  • Next by thread: Re: Mount iDisk
  • Index(es):
    • Date
    • Thread