more wopi
- 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 2026-07-27)
recent important news
- v1.20.19 (2026-07-27) fixed an FTP-server vuln (upload outside defined volumes)
- v1.20.17 (2026-07-06) fixed a vuln when a volume has both filekeys and dirkeys enabled
- v1.20.17 (2026-07-06) introduced csp nonces, possibly breaking some javascript-based plugins
๐งช new features
- #1574 #1585 wopi: probably support onlyoffice as wopi-client (thx @kamaeff!) fdf52a8
- #1580 wopi:
--wopi-urlsto choose a different wopi-client url based on current domain (thx @kamaeff!) 24a4090 - #634 #1033 #1390 correct size of volumes in directory listings (thx @vmattphillips!) 5c157be
- #1577 thumbnails for krita
.kraand openraster.oraimages (thx @Wuerfel21!) 9f5f9d8 - hotkey F4 to reload/refresh the directory listing 2c6497b
๐ฉน bugfixes
๐ง other changes
- show an explanation in the web-UI if javascript is broken due to misconfigured hosting-stack (the "csp nonce" stuff) 6f92482
- improve upload performance when running behind a buggy or bufferbloating reverseproxy c0c638c
- #1582 Nixos: fix version checker (thx @sylfn!) 63c61b6
๐พ what to download?
| download link | is it good? | description |
|---|---|---|
| copyparty-sfx.py | โ the best ๐ | runs anywhere! only needs python |
| copyparty-en.py | โ also good | same but english-only, no i18n |
| 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 |
| copyparty-en.pyz | โ ๏ธ acceptable | english-only, no smb-server |
| copyparty32.exe | โ๏ธ dangerous | for win7 -- never expose to the internet! |
| cpp-winpe64.exe | โ๏ธ dangerous | runs on 64bit WinPE, otherwise useless |
| bootable usb | โ(๏พโ๏พ)โ | a surprisingly useful joke (x86_64) |
- except for u2c.exe, all of the options above are mostly equivalent
- the zip and tar.gz files below are just source code
- python packages are available at PyPI