开发者

How to acess file from another computer in the network

开发者 https://www.devze.com 2023-02-16 04:57 出处:网络
I would like to know how to search a particular fi开发者_开发知识库le andaccess that file by specifying the file name in a search text boxfrom same network just by giving the ip address and password.

I would like to know how to search a particular fi开发者_开发知识库le and access that file by specifying the file name in a search text box from same network just by giving the ip address and password. I am a newbie and it would be great if some one helps me out.


Araf, you should first create a network share on the target machine then you can simply open the file from that network share using a UNC path, something like this:

\\machinename\ShareName\filename.txt

this should also work if you use ip address instead of machine name.

0

精彩评论

暂无评论...
验证码 换一张
取 消