# NBFTP **Repository Path**: AstroTJU/NBFTP ## Basic Information - **Project Name**: NBFTP - **Description**: Narrow Bandwidth File Transfer Protocol - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-27 - **Last Updated**: 2023-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NBFTP ## 编译说明 1. 编译主程序: make server 2. 运行模块测试: make test 3. 生成安装文件: make deb ## 配置说明: 安装完成后修改/etc/nbftp.conf,文件中有详细注释。 另外,还提供了服务端和客户端的配置示例,分别为/etc/server_example.conf和/etc/client_example.conf。