A simple python implementation of a BITS server. BITS protocol is used to transfer files asynchronously between a client and a server. SEE for the initial work
python3 SimpleBITSServer.py [port]
Prerequisites:
- Windows and powershell
> Bitsadmin /Transfer JOB /PRIORITY HIGH /UPLOAD http://<SERVER>/<FILENAME> <PATH_FILE_TO_UPLOAD>