
Accessing a password protected shared folder
Can anyone tell me if it is possible to programatically write a file to
a shared folder (on another computer) which is password protected? I
would like to be able to write something like
CString password = "PASSWORD"
CFile aFile("\\\\OTHERCOMPUTER\\SHARED FOLDE\\test.txt",
CFile::modeCreate | CFile::modeWrite, password);
aFile.Write("This is a test.", 16);
aFile.Close();
Anyone know how to do this?
Thanks in advance
Sent via Deja.com http://www.*-*-*.com/
Before you buy.