To start a small/quick HTTP Server on your desktop, run this in the base file system that contains the files you want to serve from the http server.
cd ~/Documents/
python -m http.server [port]`
You can use this to transfer files from your machine to a server using wget.