An improved plugin to directly download files off the internet onto copyparty.
- Download
wget.jsamdwget.py - Put wget.js somewhere that can be accessed from the copyparty webserver. (any public volume)
- Add
--js-browser <mapped path to wget.js> --xm I,<absolute path to wget.py>or add this to your config file:
[global] js-browser: <volume path to wget.js> xm: I,<absolute path to wget.py>Note
The "mapped path" is the path on the webserver to wget.js, so if you have wget.js stored in the /party folder in your filesystem and /party is mapped to / in copyparty, /wget.js is the mapped path.
- Restart copyparty
- Done! 🎉
- nice UI
- multiple downloads at the same time
- progress indicator
- hidden from users that don't have write permissions
- provides wget error logs when download fails
- provide error logs when wget crashes
- upgrade to an up2k-like progress bar
