Your question is too broad. What is exactly the status of this ‘Remote’ computer? Is it in the same domain as your computer? Can you login to it (do you have an account on it) Or it is a computer some where in the universe that you have no access to? If it the former, it is as easy as using any WriteFile() function in the library of the language of your choice and using URL for the file location \\MySeerver\blah\blah\blah.
If it is to be the latter, enter .NET (Just because this is a C# Forum) remoting or any other technology for remote procedure call. This method is not as easy and it requires security configuration.
Walid Magd
The primary challenge of every software development team is to engineer the illusion of simplicity in the face of essential complexity.
-Grady Booch
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.