I just did a quick search, and couldn't find an example. Anyone have an idea? I've done it in a apple script before but not in terminal. :rolleyes:
Raven
05-18-2005, 11:20 AM
Did you take a look at the man page for smbclient ?
War_Hawk
05-18-2005, 11:27 AM
Did you take a look at the man page for smbclient ?
lol yes i did... but it doesn’t provide an example... sure it lists all the variables commands that are allowed, but i'm not too unix savvy..... i just tried smbclient but i connected to the share within the terminal, i need it to mount on the desktop. :(
Raven
05-18-2005, 11:31 AM
Then you want to use mount_smbfs... It pretty much uses the same terms than the ones in your Mount Volume in AS... //workgroup;username:password@the.server.ip.address/SharePath
This one does give examples in the man and is much clearer.
War_Hawk
05-18-2005, 01:12 PM
excellant thankyou Raven!