Skip to content

A collection of Python servers with different features

Notifications You must be signed in to change notification settings

offport/PythonServers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Python Servers

HTTP

A collection of Python servers with different features

  1. simple-http-server-with-upload.py is a pure python http server that allows file upload.
  2. simple-http-server-with-whitelisting.py is a pure python http server with country whitelisting. In case you host your server publically and you only want connections from specific countries.
  3. simple-https-server-with-upload-and-auth.py is a pure python https server with ssl, file upload functionality and basic authentication.

SFTP

sftpserver is a simple single-threaded SFTP server based on Paramiko’s SFTPServer.

stfpserver

Other useful servers

About

A collection of Python servers with different features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages