Share path on Win server

Peter_1985 2,736 Reputation points
2021-12-09T09:15:00.307+00:00

Hi,
On Win server, can I share one path and further be able to access it from outside, using path like the following one?

\my.own.ip.addr\sh_path

Windows development | Internet Information Services
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce Zhang-MSFT 3,771 Reputation points
    2021-12-10T01:51:01.963+00:00

    Hi @Peter_1985 ,

    Yes, you can.
    For example, I have a folder named root on server. The path is C:\root.

    • Right click it to properties. Choose sharing.
      156491-1.jpg
    • Click share...
      156429-2.jpg
    • You can choose anyone who you want to share with. Or click share directly. Then it will remind you Done.
    • Then you will find it shows the network path \\xxxx\root. Other people can access this folder from this path. (If you set specific account can access it, password and username is necessary)
      156483-3.jpg
      156503-4.jpg

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,
    Bruce Zhang

    2: /api/attachments/156429-2.jpg?platform=QnA 4: https://learn.microsoft.com/en-us/answers/support/email-notifications


  2. MotoX80 36,291 Reputation points
    2021-12-10T14:24:29.467+00:00

    How to identify the reason of this?

    Network shares (SMB over port 445) and SSH/SFTP (port 22) are 2 different protocols that use different clients.

    Something here might help.

    https://www.bing.com/search?q=windows+map+network+drive+over+ssh

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.