Connect to SMB Share

Soldato
Joined
4 Nov 2006
Posts
2,752
Location
Yorkshire
I am able to connect my MBP to an SMB share using the following, which i've compiled in to an Application and this now resides in login items

Code:
mount volume "smb://server/share"

This works a treat, however, does anyone know how to get it to mount to a folder further down for example

Code:
mount volume "smb://server/share/folder1/folder2"

Because when you add the extra folders, it simply just mounts it to /share/

Thanks
 
Back
Top Bottom