Add Support for Win32LastModifiedTime WebDAV Property
- 主要言語
- Python
- スター
- 46.6k
- フォーク
- 1.9k
- 平均マージ
- 10日 16時間
- マージ済み PR(30日)
- 5
説明
When uploading files via some WebDAV clients, Like `rclone` or Windows Explorer, properties such as `Win32LastModifiedTime` are attempted to be set, but rejected by copyparty.
This results in loss of information, as the last modified timestamp of the uploaded file is changed to the upload time.
Windows Explorer HTTP request:
```
PROPPATCH /test.txt HTTP/1.1
Thu, 09 Oct 2025 17:54:43 GMT
Thu, 09 Oct 2025 17:55:31 GMT
Thu, 09 Oct 2025 17:54:43 GMT
00000000
```
Copyparty's HTTP response:
```
HTTP/1.1 207 Multi-Status
/test.txt
HTTP/1.1 403 Forbidden
```
コントリビューションガイド
評価
この issue はまだ評価されていません。