AFP,SMB share mounting
AFP,SMB share mounting
- Subject: AFP,SMB share mounting
- From: Rob Barris <email@hidden>
- Date: Fri, 22 Feb 2002 14:11:23 -0800
I know how to mount an AFP share from an AppleScript:
mount volume "afp://server1/" as user "joe" with password "toe"
I know how to mount an SMB share at the command line
(after setting up a .nsmbrc file in ~user...)
mkdir foo
mount_smbfs -N //USER@SERVER/SHARE ./foo
I don't know how to mount an SMB share from AppleScript.
I don't know how to mount an AFP share from the command line!
Any guesses on the last two?
Rob
_______________________________________________
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.