|
Subject:
|
How to create a file in a password-protected share
|
|
Posted By:
|
adyrotaru
|
Post Date:
|
1/13/2004 5:36:34 AM
|
Hi C#: I need to create/read/write a file in a password-protected shared folder over the LAN. Let us have 2 computers: C1 and C2. C1 has a shared folder "\\C1\S1" with password protection (OS is an XP) From C2 I need to create/read/write a file. 
10x anyone.
|
|
Reply By:
|
stu9820
|
Reply Date:
|
1/13/2004 8:25:29 AM
|
An easy way is to give c2 an account on c1 and give c2 read and write permissions on the folder.
|