-
I'm working on a project in which I need to update the access time of a bunch of files on a share.
Basically I need to re-upload some files that have been corrupted, but keep the access/write/change …
-
Hi,
I can't connect to a (supposed) smb2 host. I have no control or detailed info about the server. I can't connect to it using smbclient:
`smbclient //ip/share -U DOMAIN\\USER%PASS:`
wiresha…
-
I was trying to access some files with emoji characters on a Windows 2016 Server. In my test program I was doing:
```
sec_desc = smbconn.getSecurity(conn['share'], '👽.txt')
```
and receiving t…
-
Even if it only changed the read-only flag on a file and didn't support the other attributes.
-
* telegram-upload version: 0.7.1
* Python version: 3.8.15
* Operating System: DSM 7.2.1-69057 Update 3
* Dependencies list (run `pip freeze`):
click==8.1.7
cryptg==0.4.0
hachoir==3.3.0
more-it…
-
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
…
-
Hi,
I'm trying to access a server which is running Zebi OS (which is on top of Solaris). When using `smbclient` it shows:
```
internal_resolve_name: returning 1 addresses: [redac]:0
Connecting to […
-
When uploading a file called "👍.txt" using `conn.storeFile("share", "/👍.txt", fobj)` its filename on the Samba server becomes "👍.tx".
This was tested using Python 3. Placing the same file onto the SM…
jancc updated
4 years ago
-
Hi Mike,
It appears that when writing files, you use WRITE_DAC - is there any reason to do so? In our environment, most users don't have permission to write to the ACLs, thus writes tend to existing…
-
I created a client to upload some documents on a SMB share.
As I created and tested the script under Linux I never thought of converting all the path explicit references to something not OS-dependent…