W
wheresjim
I am working on a project that requires me to write files to a network
share (i.e. the path looks like "\\192.168.1.3\images"). Sometimes
this share is password-protected, and I have to map a drive and access
it that way. Is there a way to directly access the password-protected
share without mapping a drive? I know that with http you can add the
username and password in the URL a'la
"http://username:[email protected]/secure". Any hints?
share (i.e. the path looks like "\\192.168.1.3\images"). Sometimes
this share is password-protected, and I have to map a drive and access
it that way. Is there a way to directly access the password-protected
share without mapping a drive? I know that with http you can add the
username and password in the URL a'la
"http://username:[email protected]/secure". Any hints?