diff --git a/copyparty/web/svcs.html b/copyparty/web/svcs.html index 79460d93..cd5f500b 100644 --- a/copyparty/web/svcs.html +++ b/copyparty/web/svcs.html @@ -239,7 +239,7 @@
to upload screenshots using ShareX v12 or v15+, save this as copyparty.sxcu
and run it:
to upload screenshots using ShareX v12 or v15+, save this as copyparty.sxcu
and run it:
{ "Name": "copyparty", diff --git a/docs/versus.md b/docs/versus.md index 5059b19a..70da876e 100644 --- a/docs/versus.md +++ b/docs/versus.md @@ -279,7 +279,7 @@ symbol legend, | per-file passwords | █ | | | █ | █ | | █ | | █ | | | | █ | | unmap subfolders | █ | | █ | | | | █ | | | █ | ╱ | • | | | index.html blocks list | ╱ | | | | | | █ | | | • | | | | -| write-only folders | █ | | █ | | | | | | | | █ | █ | | +| write-only folders | █ | | █ | | █ | | | | | | █ | █ | | | files stored as-is | █ | █ | █ | █ | | █ | █ | | | █ | █ | █ | █ | | file versioning | | | | █ | █ | | | | | | | | | | file encryption | | | | █ | █ | █ | | | | | | █ | | @@ -507,7 +507,6 @@ symbol legend, * ⚠️ uploads not resumable / accelerated / integrity-checked * ⚠️ on cloudflare: max upload size 100 MiB * ⚠️ uploading small files is slow; `4.7` files per sec (copyparty does `670`/sec, 140x faster) -* ⚠️ no write-only / upload-only folders * ⚠️ big folders cannot be zip-downloaded * ⚠️ http/webdav only; no ftp, zeroconf * ⚠️ less awesome music player @@ -593,6 +592,7 @@ symbol legend, * ✅ user signup * ✅ command runner / remote shell * ✅ more efficient; can handle around twice as much simultaneous traffic +* note: keep an eye on [gtsteffaniak's fork](https://github.com/gtsteffaniak/filebrowser) ## [filegator](https://github.com/filegator/filegator) * php; cross-platform (windows, linux, mac) diff --git a/scripts/help2html.py b/scripts/help2html.py index 876b406f..ad6023e4 100755 --- a/scripts/help2html.py +++ b/scripts/help2html.py @@ -32,6 +32,7 @@ def readclip(): def cnv(src): hostname = str(socket.gethostname()).split(".")[0] + yield '' yield '' skip_sfx = False in_sfx = 0