I want to access new drive of windows ex. 10.11.123.145 with username chaitanya and password 123@abc via python to copy some content from new drive to my macos desktop.
How can I do this?
mount_smbfs "//chaitanya:123@[email protected]/folder_name" is not working.
It gives nothing output.
I tried doing "open //chaitanya:123@abc@server/10.10.93.167" but then it is trying to open //167 and giving error. Thanks in advance for the help.
CMDon a Mac, you likely mean Terminal.