# awtk-ftp-fs **Repository Path**: zlgopen/awtk-ftp-fs ## Basic Information - **Project Name**: awtk-ftp-fs - **Description**: awtk-ftp-fs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-21 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awtk-ftp-fs ## 1. 介绍 将 FTP 服务封装成 AWTK 文件系统,通过文件系统的方式访问 FTP 服务器。 ## 2 准备 ### 2.1 获取 awtk 并编译 ``` git clone https://github.com/zlgopen/awtk.git cd awtk; scons; cd - ``` ### 2.2 获取 awtk-ftp-fs 并编译 ``` git clone https://github.com/zlgopen/awtk-ftp-fs.git cd awtk-ftp-fs ``` * 编译 PC 版本 ``` scons ``` * 编译 LINUX FB 版本 ``` scons LINUX_FB=true ``` > 完整编译选项请参考 [编译选项](https://github.com/zlgopen/awtk-widget-generator/blob/master/docs/build_options.md) ## 3. 运行 ``` ./bin/ftp_cli data/download.ini ``` ## 4. 示例 请参考 demos ## 5. 相关项目 * [嵌入式 WEB 服务器 awtk-restful-httpd](https://github.com/zlgopen/awtk-restful-httpd) * [嵌入式 FTP 服务器 awtk-ftpd](https://github.com/zlgopen/awtk-ftpd)