How are paths determined on a remote machines?

2019-07-22 20:17发布

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 ?

3条回答
聊天终结者
2楼-- · 2019-07-22 20:34

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

查看更多
Luminary・发光体
3楼-- · 2019-07-22 20:40

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?

查看更多
看我几分像从前
4楼-- · 2019-07-22 20:53

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).

查看更多
登录 后发表回答