zlgopen / awtk-ftp-fs

awtk-ftp-fs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awtk-ftp-fs

1. 介绍

将 FTP 服务封装成 AWTK 文件系统,通过文件系统的方式访问 FTP 服务器。

由于其中使用了 XSTAT 扩展命令,目前只能和 AWTK-FTPD 配合使用。

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

完整编译选项请参考 编译选项

3. 运行

./bin/ftp_cli data/download.ini

4. 相关项目

About

awtk-ftp-fs


Languages

Language:C 85.4%Language:Python 13.7%Language:Shell 0.9%