Background:
In the past, sharing files was done either through FTP or by sending them to users via WeChat. This method always required an intermediary transfer, and the performance loss during this transfer is unacceptable for a backend developer. Therefore, this project was developed.
https://github.com/SpringStudent/HttpFileShare
Introduction:
This project turns your local computer into an HTTP server, serving files similarly to an Nginx file proxy. While Nginx is great, it requires configuration, and files must be placed in a specified directory, making the HTTP download address uncontrollable. This project addresses these pain points; simply run the program, and you can share your files via HTTP protocol anytime, anywhere.
Screenshots:

