Re: remote volume mounted
Re: remote volume mounted
- Subject: Re: remote volume mounted
- From: Ron Bishop <email@hidden>
- Date: Thu, 11 Jul 2002 10:50:20 -0500
>
I have this:
>
>
mount_smbfs //email@hidden/user mount_point
>
>
can this unix command be translated into a similar AS "location" command
>
via smb? Somthing like
>
>
set theVolume to "smb://machine.domain.com;user:passwd"
>
open location theVolume
>
>
Does the server have to be configured somehow differently to accept the
>
'smb' parameter to location than the 'mount_smbfs' command via command
>
line?
>
>
/Michael Turner
Michael -
I'm no UNIX guru, but here is what i use to gain access via smb to our various Windows
machines from OS X. I've set up the sharing and permissions normally on the Windows boxes.
tell application "Finder"
set theVolume to "smb://domain;username:password@server/sharename"
open location theVolume
end tell
You have to point directly to the sharename. You can't just connect to the server and then
have access to various shares like say from an AFP server.
Hope that helps,
Ron Bishop
www.daddydoodaa.com
_______________________________________________
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.