SirElmard / Python3-SimpleBITSServer

A simple python implementation of a BITS server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A simple python implementation of a BITS server.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%