# TinyFileServer **Repository Path**: dadatuYHD/TinyFileServer ## Basic Information - **Project Name**: TinyFileServer - **Description**: simple file server, you can set the file to server or get the file from server and list file of server - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-05 - **Last Updated**: 2021-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TinyFileServer ### function: * simple file server, you can set the file to server or get the file from server and list file of server ### feature: * client: Client encapsulates the state machine with function pointers * server: The server adopts multithread and epoll * data transer: There are three ways you can choose, tlv protobuf and json * welcome clone