Network shares - how to list them? #920
Replies: 7 comments 11 replies
-
|
+1 And also an issue in a similar topic. The network shares must be first clicked and mounted in the OS and only then are available in mucommander. I tried adding these as SMB, etc., but nothing works. The only solution is to mount these manually every day (they disconnect daily; corporate environment) and only then access them via bookmarks. |
Beta Was this translation helpful? Give feedback.
-
|
@pskowronek that's funny, I was wondering about this myself this week. I worked on adding ADB (#919) and I saw that in trolCommander they've added a menu that lists the devices, so I thought about adding an OSGi service that returns a menu from the plugin that is added to the drive buttons - and I saw we have those network shares and bonjour there. I was trying to see if I can extract them to be a different OSGi bundles that return such a service and realized that |
Beta Was this translation helpful? Give feedback.
-
|
here, smb connections are working fine, but if I want to connect to a webdav, this will not work. neither in http nor in https. I first have to connect to the webdav via finder on my mac, then I can connect to the webdav in muCommander by choosing it under "volumes". When I try to connect to the webdav directly with muCommander, I get the message "Dieser Ordner existiert nicht oder ist nicht verfΓΌgbar" (similar in English: "This target doesn't exist or is unreachable"). The login credentials are correct. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Problem still exists here on Windows 10 Pro - many shares accessible from the original explorer ( guest workgroup and credential domained) but only one ( a domain share ) is accessible by control + k β smb. |
Beta Was this translation helpful? Give feedback.
-
|
is there any news or a way to fix this behavior? |
Beta Was this translation helpful? Give feedback.
-
|
ChatGPT might have the actual answer as to why it's happening: This is a known issue with muCommanderβs SMB support. It doesnβt use macOSβs own SMB stack (like Finder does), but instead relies on JCIFS (Java CIFS client), which is outdated and only supports SMB1 (NTLMv1). Your symptoms (Finder works, muCommander fails with βincorrect credentialsβ) happen because:
Options / Workarounds
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on macOS and I'm trying to open
Network sharesin muC - I'm being asked for credentials, the IP/server is set to last value from clicking atSMB......So, how this
Network sharessuppose to work? I was thinking that it will show all available smb servers in my local network...... but I guess it is not. Any way to list such shares w/o specifying their IPs or names?Beta Was this translation helpful? Give feedback.
All reactions