diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index a973282f..a78d87be 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -797,6 +797,8 @@ class HttpCli(object): editions[ext or "plain"] = [fs_path, st.st_size] except: pass + if not self.vpath.startswith(".cpr/"): + break if not editions: raise Pebkac(404)