Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/file-server
Implementation of a custom file download/upload client/server
https://github.com/jiegec/file-server
server
Last synced: about 1 month ago
JSON representation
Implementation of a custom file download/upload client/server
- Host: GitHub
- URL: https://github.com/jiegec/file-server
- Owner: jiegec
- License: mit
- Created: 2020-05-10T14:36:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T05:07:33.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T22:49:53.749Z (3 months ago)
- Topics: server
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file-server
基于 epoll 的自定义的文件上传下载服务端和客户端。
**如果你选修清华大学计算机系相关课程,并且正在做与本仓库相同的作业,请先自己实现后再参考。在课程允许参考的前提下,参考本仓库后,务必在 README 和代码注释中记录参考本仓库的内容。**
## License
见 LICENSE。