File-System Access on remote computer over IP address

  • Thread starter Thread starter schaf
  • Start date Start date
S

schaf

Hi Ng !
I'm a little confused because of my application.
I need to access a file in the path C:\Temp\test.txt on a computer in
the same network. Now I just know the IP address of this PC. Is it
possible to access the file with just using the IP address ?

Thanks
Marcel Hug
 
Hello, (e-mail address removed)!

s> I'm a little confused because of my application.
s> I need to access a file in the path C:\Temp\test.txt on a computer in
s> the same network. Now I just know the IP address of this PC. Is it
s> possible to access the file with just using the IP address ?

Let's suppose you know admin credentials for the machine with IP ( that u know ).
Then there can be following scenarios:
- you access that file via \\IPAddress\C$\Temp\test.txt
- remote computer has network share with access to the necessary folder, accees-
\\IPAddress\ShareName\text.txt or \\IPAddress\ShareName\Test\text.txt
- or that remote host with IP, has software that will provide access to that file ( web server, FTP etc )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Hi Vadym !
Let's suppose you know admin credentials for the machine with IP ( that u know ).
Then there can be following scenarios:
- you access that file via \\IPAddress\C$\Temp\test.txt
- remote computer has network share with access to the necessary folder, accees-
\\IPAddress\ShareName\text.txt or \\IPAddress\ShareName\Test\text.txt
- or that remote host with IP, has software that will provide access to that file ( web server, FTP etc )

Thanks for your help!
I have an additional question. Is it possible to connect in a way like
the 'net use' command line command ?
Thanks
 

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