From c9cac83d0984756ffa68fed577f22232779c76a5 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 18 Jan 2022 21:37:11 +0100 Subject: [PATCH] fix PUT response in write-only folders --- copyparty/httpcli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index a4002f55..9b3233f1 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -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,