-
Hi @jborean93, first I appreciate you created this awesome library!
I find out that after around 10 - 15 minutes every time I created a session with ``smbclient.register_session`` to the same serve…
-
The `smbclient.scandir` function returns an iterator to `SMBDirEntry` objects – and since the directory is queried for `FILE_ID_FULL_DIRECTORY_INFORMATION`, the internal `_dir_info` structure holds ad…
-
Hi.
We have a very strange situation at a client site.
Our code based on jcifs-ng-2.1.10.jar fails with error "Logon failure: unknown user name or bad password.".
At the same time smbclient wor…
-
Successfully installed pysmb-1.2.7
(venv) s153152@MB20OXDHQ60774 ssd_dashboard % python3 smb2-connect-windows.py
Traceback (most recent call last):
File "smb2-connect-windows.py", line 16, in
…
-
Sometimes when I open SMB files from processes generated by Dask, some SMB operations hang there like forever (at least > 10min). After I add smbclient.reset_connection_cache() before each smbclient o…
-
I recently came across one issue. After some investigation we found out that it is related on how the DFS for the share is resolved. In fact the path is resolved correctly but the DNS domain name is n…
-
When smbj connects to DFS share like this:
SMBClient client = new SMBClient();
Connection shareConnection;
try (Connection connection = client.connect("SERVERNAME")) {
Authentic…
-
```shell
thrown in /tmp/smblisten/vendor/icewind/smb/src/Connection.php on line 91
PHP Fatal error: Uncaught Icewind\SMB\Exception\ConnectException: Unknown error (protocol negotiation failed: NT_S…
-
I succeeded in uploading files, but always failed to move file.
```
Error Domain=smb.error Code=58 "No such file or directory" UserInfo={NSLocalizedDescription=No such file or directory}
```
-
Hello,
how do I setup the `SmbClient` to access a DFS share?
My current setup is the following:
```rust
let client = SmbClient::new(
SmbCredentials::default()
.server("smb://x.x…