- 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
- #139 overwrite existing files by uploading over them e9f78ea
- default-disabled; a new togglebutton in the upload-UI configures it
- can optionally compare last-modified-time and only overwrite older files
- GDPR compliance (maybe/probably) 4be0d42
🩹 bugfixes
- some cosmetic volflag stuff, all harmless b190e67
- disabling a volflag
foo
with-foo
shows a warning that-foo
was not a recognized volflag, but it still does the right thing - some volflags give the "unrecognized volflag, will ignore" warning, but not to worry, they still work just fine:
xz
to allow serverside xz-compression of uploaded files
- disabling a volflag
- the option to customize the loader-spinner would glitch out during the initial page load 7d7d5d6
🔧 other changes
- randpic.py, new 404-handler example, returns a random pic from a folder 60d5f27
- readme: howto permanent cloudflare tunnel for easy hosting from home 2beb2ac
- synology-dsm: mention how to update the docker image 56ce591
- spinner improvements 6858cb0
💾 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 |