The situation is like this. I have a university workstation with access to a network-shared folder. I have to put my credentials to access the data in those folders. I mapped those folders to the workstation using the command net use
in the CMD
. Also, I have access to connect to this workstation via ssh and I can connect to it and access the local files on the workstation.
The problem is when I connect via ssh, I can not find the mapped network location. I tried to run net use
remotely and it found the mapped location but the status is Unavailable
.
The workstation is a Windows machine, and I use a mac laptop. What is a possible solution to this problem?
Thanks a lot