How to access files in a remote system

  • Thread starter Thread starter KAMAL
  • Start date Start date
K

KAMAL

Hi all,
I want to connect to a system remotely in .net and also i need to
access the files in the remote system. Can any body help me.

Thanks in advance.

Regards,
Kamal.
 
Is there any issue if you simply use UNC drive path to open a file.

Something like :

File.OpenRead(@"\\ComputerName\$C\temp.txt");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top