Hi
I am trying to logon a user from one computer to another computer that are not running in the same domain using the win32 api () call LogonUser. It failed. I have no problem to copy these files from once computer to another computer in the same domain.
What i want to do is to programably to copy files from one computer to another computer that are not in the same domain. I want to use File.Copy() method without creating mapped drive. Any idea on how we can achieve this will be appreciated.
I am trying to logon a user from one computer to another computer that are not running in the same domain using the win32 api () call LogonUser. It failed. I have no problem to copy these files from once computer to another computer in the same domain.
What i want to do is to programably to copy files from one computer to another computer that are not in the same domain. I want to use File.Copy() method without creating mapped drive. Any idea on how we can achieve this will be appreciated.