- 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)
new features
- up2k.js: set clientside timeouts on http connections during upload 85e5498
- some reverse-proxy setups could cause uploads to hang indefinitely by eating requests; should recover nicely now
- audio-player shows statustext while loading 662541c
- bsod theme (live demo) 15ddcf5
bugfixes
- fix bugs in the long-distance upload optimizations in the previous version:
- up2k.js didn't necessarily use the expected chunksize when stitching 225bd80
- u2c (commandline uploader): 8916bce
- use the correct chunksize instead of overshooting like crazy
- could crash on exit if
-z
was enabled (so basically harmless) - the "time spent uploading" statustext that was printed on exit could multiply by
-j
and exceed walltime
- misc ux 9bb6e0d
- don't accept hotkeys until it's safe to do so
- improve messages regarding the firefox crash
- keep more console logs in memory (easier to debug)
- fix wordwrap in messageboxes on firefox a19a0fa
other changes
- changed the
xm
/ "on message" hook examples to reject users without write-access 99edba4 - updated comparison to other software 6b54972
hfs2
is dead,hfs3
andfilebrowser
improved
💾 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 |