将 FTP 服务封装成 AWTK 文件系统,通过文件系统的方式访问 FTP 服务器。
git clone https://github.com/zlgopen/awtk.git
cd awtk; scons; cd -
git clone https://github.com/zlgopen/awtk-ftp-fs.git
cd awtk-ftp-fs
- 编译 PC 版本
scons
- 编译 LINUX FB 版本
scons LINUX_FB=true
完整编译选项请参考 编译选项
./bin/ftp_cli data/download.ini
请参考 demos