Re: Mouting a server in OSX
Re: Mouting a server in OSX
- Subject: Re: Mouting a server in OSX
- From: John Poole <email@hidden>
- Date: Fri, 21 Jun 2002 10:15:57 -0400
any idea of the syntax to add a domain/workgroup option when mounting
smb:// servers?
Message: 3
Date: Wed, 19 Jun 2002 15:54:35 -0500
Subject: Re: Mouting a server in OSX
Cc: <email@hidden>
To: Rick Norman <email@hidden>
From: Olivier Destrebecq <email@hidden>
tell app "Finder"
mount volume "afp:/at/ComputerName/Macintosh HD" as user name "otusweb"
with password "xxxxx"
end tell
Olivier
On Wednesday, June 19, 2002, at 02:46 PM, Rick Norman wrote:
Can AS mount an FTP server requiring a password in OSX?
Rick Norman
_______________________________________________
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.
--__--__--
Message: 4
Date: Wed, 19 Jun 2002 16:15:30 -0500
Subject: Re: Mouting a server in OSX
From: Rick Norman <email@hidden>
To: <email@hidden>
That gets almost there, there is a dialog box that shows the volume but
requires clicking on the throbbing OK button or option our with Cancel.
Is
there a way to have AS OK it at that point, the way that FaceSpan can
with
something like the "click as user"?
Thanks for the help,
Rick Norman
tell app "Finder"
mount volume "afp:/at/ComputerName/Macintosh HD" as user name "otusweb"
with password "xxxxx"
end tell
_______________________________________________
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.