Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 499 Bytes

Python3 SimpleBITSServer (Background Intelligent Transfer Service)

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

Usage

python3 SimpleBITSServer.py [port]

Client

Prerequisites:

  • Windows and powershell
> Bitsadmin /Transfer JOB /PRIORITY HIGH /UPLOAD http://<SERVER>/<FILENAME> <PATH_FILE_TO_UPLOAD>