mount_smbfs fails if password contains '@'
mount_smbfs -W <work-group> '//<user-name>:<password>@<host-name>/<share>' <mount-point>
But, if the password has the character '@', the command fails.
For example: mount_smbfs -W <workgroup1> '//user1:abcd@xy@hostname1/sharename1' /abcd/def
(Where password = abcd@xy
hostname = hostname1)
The command fails with the error -
mount_smbfs: can't get server address `xy@hostname1':
Unknown host
mount_smbfs: can't get server address: syserr = Network is down
Is there a way to overcome this problem?
MAC 10.4, Mac OS X (10.4.11)