freelamb / simple_http_server

simple http server for upload and download
MIT License
164 stars 98 forks source link

Suggestion: Implement "--bind" like python stdlib http.server #12

Closed mariomadproductions closed 2 years ago

mariomadproductions commented 2 years ago

E.g. so that this can be run on localhost only.

freelamb commented 2 years ago

do you mean it can only be used localhost ?

mariomadproductions commented 2 years ago

Yes, that's my usecase for it anyway.

freelamb commented 2 years ago

what is your env?

mariomadproductions commented 2 years ago

Linux Mint 20.2

mariomadproductions commented 2 years ago

Thanks