mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
fix PUT response in write-only folders
This commit is contained in:
parent
4fbe6b01a8
commit
c9cac83d09
|
@ -666,6 +666,7 @@ class HttpCli(object):
|
|||
time.time(),
|
||||
)
|
||||
|
||||
vsuf = ""
|
||||
if self.can_read and "fk" in vfs.flags:
|
||||
vsuf = "?k=" + gen_filekey(
|
||||
self.args.fk_salt,
|
||||
|
|
Loading…
Reference in a new issue