Access Windows Network Share with UNC Path
I'm trying to access a network share by UNC path, formatted
1. When attempting to open the session, I'm getting the error:
Thanks in advance!
\\server\directory
. I am able to browse to this network share in Windows Explorer. I have a Active Directory user with access to that account. SessionOptions
are as follows:
Protocol = Protocol.Scp, HostName = _networkShareUNC, UserName = _networkShareUserame, Password = _networkSharePassword, GiveUpSecurityAndAcceptAnySshHostKey = true
2. I don't know whatHost "<my-UNC-path>" does not exist
Protocol
to use.
Thanks in advance!