Files
belege-import/app
duffyduck 35366e0c1b Fix SMB STATUS_ACCESS_DENIED on rename after read
smbclient.open_file() opens files with default share mode (read-only),
which blocks subsequent rename/delete operations because the underlying
SMB connection stays in the library's connection pool.

Use share_access="rwd" to allow concurrent read/write/delete, making
the move-after-read operation deterministically work.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 10:04:41 +02:00
..
2026-03-06 08:20:07 +01:00