diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 3c1b9be1..f473e16a 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -1007,7 +1007,7 @@ class HttpCli(object): pwd = self.parser.require("cppwd", 64) self.parser.drop() - dst = "/?h" + dst = "/" if self.vpath: dst = "/" + quotep(self.vpath)