Copying files over network (requiring authentication)
- by BlueRaja The Green Unicorn
Is there some way to authenticate as a local (not network) user in order to copy files over the network in .Net?
net use is not an option, and I can't seem to get LogonUser to work.
Any ideas?