I'm trying to access the file system on a server (\\servername), which prompts for credentials. I want to pass the credentials directly, like \\username:password@servername, but it's not working.
An example: \\"FirstName LastName":"myp@ssword"@servername doesn't work. Notice the white space in the user name and the @ in the password. I want to support this.
Any idea on what I'm doing wrong?