How are paths determined on a remote machines?

主宰稳场 提交于 2020-01-05 08:43:31

问题


How are paths determined on a remote machines?

I have been assigned a network loaction. Let's call it \wassup\test1

I assume that wassup is the ame of the computer. The question I have is this. How can I determine what the local path from the point of view of the remote machine would be for "test1". For example, how would I know if it is c:\test1 or d:\test1 ?


回答1:


You cannot know this from the client. Take a related example: which local path on the server does the below link point to?

How are paths determined on a remote machines?




回答2:


You can't. The remote machine might be an OS that doesn't even use drive labels like that.




回答3:


In a general case, you can't. The remote admin should be able to conceal it ... except in the obvious case of the ill-named "administrative shares" in Win (i.e. c$, d$, etc).



来源:https://stackoverflow.com/questions/3026500/how-are-paths-determined-on-a-remote-machines

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!