- read-only demo server at https://a.ocv.me/pub/demo/
- docker image ╱ similar software ╱ client testbed
there is a discord server with an @everyone
in case of future important updates, such as vulnerabilities (most recently 2023-07-23)
recent important news
- v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
- v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
🧪 new features
- event-hooks can send zeromq / zmq / 0mq messages; see readme or
--help-hooks
for examples d9db153 - new volflags to specify the allow-tag of the markdown/logue sandbox, to allow fullscreen and such (see
--help-flags
) 6a0aaaf - new volflag
nosparse
for possibly-better performance in very rare and specific scenarios 917380d- only enable this if you're uploading to s3 or something like that, and do plenty of benchmarking to make sure that it actually improved performance instead of making it worse
🩹 bugfixes
- restrict max-length of filekeys to 72 characters e0cac6f
- the hash-calculator mode of the commandline uploader produced incorrect whole-file hashes 4c04798
- each chunk (
--chs
) was okay, but the final sum was not
- each chunk (
🔧 other changes
- selftest the xml-parser on startup with malicious xml b2e8bf6
- just in case a future python-version suddenly makes it unsafe somehow
- disable some features if a dangerously misconfigured reverseproxy is detected 3f84b0a
- the download-as-zip feature now defaults to utf8 filenames 1231ce1
💾 what to download?
download link | is it good? | description |
---|---|---|
copyparty-sfx.py | ✅ the best 👍 | runs anywhere! only needs python |
a docker image | it's ok | good if you prefer docker 🐋 |
copyparty.exe | ⚠️ acceptable | for win8 or later; built-in thumbnailer |
u2c.exe | ⚠️ acceptable | CLI uploader as a win7+ exe (video) |
copyparty.pyz | ⚠️ acceptable | similar to the regular sfx, mostly worse |
copyparty32.exe | ⛔️ dangerous | for win7 -- never expose to the internet! |
cpp-winpe64.exe | ⛔️ dangerous | runs on 64bit WinPE, otherwise useless |