Skip to content

abb3rrant/python-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Python File Server

Simple HTTP server for uploading and downloading files.

Usage

python server.py <ip> <port>

Download

curl -O http://<ip>:<port>/filename.txt

Upload

curl -F "file=@/path/to/file" http://<ip>:<port>/

List Files

Open http://<ip>:<port>/ in a browser.

About

Python HTTP server to support POST/GET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages