How to configure SMBX without a GUI?
Is it possible to automate file sharing over SMB? I mean how to configure SMBX without a GUI?
Thanks in advance.
Mac OS X (10.7.2)
Is it possible to automate file sharing over SMB? I mean how to configure SMBX without a GUI?
Thanks in advance.
Mac OS X (10.7.2)
From a shell script you can use things like:
open "smb://workgroup;username:password@server.address/sharename"
Or the mount command (see "man mount_smbfs")
From Automator or Applescript there are actions you can use to mount a remote file system (but those are not my speciality, so I only know it can be done, not how to do it 🙂)
How to configure SMBX without a GUI?