News

Raven is a Python tool that extends the capabilities of the http.server Python module by offering a self-contained file upload web server. While the common practice is to use python3 -m http.server 80 ...
On the server which receives the files, use sudo ./py-file-upload.py to start the server. Without sudo , the chmod and chown function will not work, but file transfer will still work. From the client ...