ylkjick532428 / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Interferes with part of net use command's functionalty #273

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run:  dokanctl.exe /i n
2. Run:  net use

What is the expected output? What do you see instead?

If there are no network connections:
==========
New connections will not be remembered.

There are no entries in the list.
==========

If there are network connections:
==========
New connections will not be remembered.

Status       Local     Remote                    Network

-------------------------------------------------------------------------------
OK                     \\server\share             Microsoft Windows Network
The command completed successfully.
==========

The error that occurs instead is:
==========
System error 50 has occurred.

The request is not supported.
==========

What version of the product are you using? On what operating system?
OS:  Win XP Pro/7 Pro
dokan:  0.6.0

Please provide any additional information below.

Here's a complete example illustrating the issue:
==========
C:\Program Files\Dokan\DokanLibrary>dokanctl.exe /r n
driver path C:\WINDOWS\system32\drivers\dokan.sys
mounter path C:\Program Files\Dokan\DokanLibrary\mounter.exe
network provider remove ok

C:\Program Files\Dokan\DokanLibrary>net use
New connections will not be remembered.

There are no entries in the list.

C:\Program Files\Dokan\DokanLibrary>dokanctl.exe /i n
driver path C:\WINDOWS\system32\drivers\dokan.sys
mounter path C:\Program Files\Dokan\DokanLibrary\mounter.exe
network provider install ok

C:\Program Files\Dokan\DokanLibrary>net use
System error 50 has occurred.

The request is not supported.
==========

I'm using this in conjunction with win-sshfs 
(http://code.google.com/p/win-sshfs/).

Original issue reported on code.google.com by mark.a...@gmail.com on 7 Dec 2012 at 9:06

GoogleCodeExporter commented 8 years ago
Hi,Dokan network provider isin't included in oficial install beacuse it isn't 
finished.
I distribute hacky version with win-sshfs but it only supports My computer 
icons partly nothing else. If can use removable drive instead of network one 
use that.

Original comment by mladenov...@gmail.com on 10 Dec 2012 at 2:34