Skip to content

sebastianosrt/Python3-SimpleBITSServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%