Running DOpus 13.12 on Win11 24H2. I've setup a samba share on a Debian 12 box with the "public-no" option specified for the share, so a userid/password is needed to access the share. If I enter \\share in the DOpus lister, it just puts up a msg saying security policies block unauthenticed guest access, and I can't access the share. If I enter the same \\share in Windows Explorer, it puts up a dialog with the same error msg, but also containing input fields for the userid and password, so I can enter the samba user/pwd and access the share. See attached screenshots. Is there any way I can access the share from DOpus by getting it to show me a login dialog?
You could send the login via command line:
net use \\192.168.1.112\share password /user:username
See also NET USE SS64.com.
If you add 1272
to Preferences / Miscellaneous / Advanced: [Filesystem] network_errors, does it work then?
That should make it prompt you for credentials.
If it works, we can add it to the defaults so it doesn't need to be added manually, but please confirm that it works.