Skip to content

itisianlee/py_http_file_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Http File Server

Background

If your company's in-house development machine cannot upload and download files using methods such as SCP, you can use this lightweight file server, as long as the machine has Python3.

Usage

This is only a Python script. You can run it directly using Python.

python3 pyhttp.py --port 8900

Then, you can use the network address to access the target machine. Such as http://xxx.xxx.xxx.xxx:8900

License

This repository is released under the Apache 2.0 license as found in the LICENSE file.

About

a simple python http file server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages