How to access shared remote folder \\a.b.c.d\somefolder ? Only "net use" mapping possible

  • Thread starter Thread starter Marcus Mender
  • Start date Start date
M

Marcus Mender

In a LAN network I can map directly a remote shared folder without problems with a command like

net use T: \\192.168.1.200\remotesharefolder /USER:karl

A command prompt pops up asking me for the password of remote user "karl". After entering it
the maapping is finished successfully.

However there are often (GUI based) programs which request a folder.
When I try to enter the mentioned remote share folder (or to navigate through
the "File Open Dialog") this is not possible.

I guess it is because these programs cannot get a complete list of remote shared folders
resp. they are not able to request the necessary password.

Is there a workaround?

E.g. entering the remote folder adress WITH user and password e.g.

\\192.168.1.200\remotesharefolder::karl::mypassword

Or using a kind of local folder proxy

or

.....

Marcus
 
In a LAN network I can map directly a remote shared folder without problems with a command like

net use T: \\192.168.1.200\remotesharefolder /USER:karl

A command prompt pops up asking me for the password of remote user "karl". After entering it
the maapping is finished successfully.

However there are often (GUI based) programs which request a folder.
When I try to enter the mentioned remote share folder (or to navigate through
the "File Open Dialog") this is not possible.

I guess it is because these programs cannot get a complete list of remote shared folders
resp. they are not able to request the necessary password.

Is there a workaround?

E.g. entering the remote folder adress WITH user and password e.g.

\\192.168.1.200\remotesharefolder::karl::mypassword

Or using a kind of local folder proxy

or

....

Marcus

How about mapping the remote folder as a network drive at a command
prompt, then opening it through the local drive letter (T: in your
example) in the GUI based programs?
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Marcus Mender said:
In a LAN network I can map directly a remote shared folder without problems with a command like

net use T: \\192.168.1.200\remotesharefolder /USER:karl

A command prompt pops up asking me for the password of remote user "karl". After entering it
the maapping is finished successfully.

However there are often (GUI based) programs which request a folder.
When I try to enter the mentioned remote share folder (or to navigate through
the "File Open Dialog") this is not possible.

I guess it is because these programs cannot get a complete list of remote shared folders
resp. they are not able to request the necessary password.

Is there a workaround?

E.g. entering the remote folder adress WITH user and password e.g.

\\192.168.1.200\remotesharefolder::karl::mypassword

Or using a kind of local folder proxy

or

....

Marcus

Instead of specifying an account each time, you should use
a logon account / password that is synchronised with an
account / password on the host machine (192.1681.200).
You will then face no further challenges.
 
Back
Top