📄 readme.txt
字号:
Introduction
------------
This example implements a Read Only FTP Server. The files that are to be served are stored in the read only filesystem.
Setup
-----
Since the filesystem is read only, folder listings can be pre-generated. Each folder to be included in the FTP Server must have a file containing the GOEP Folder Listing. This file should be called "_dir.xml". This must conform to the GOEP specification for folder listings. No processing of this file is made by the example application, it is just sent to the client when requested.
User PSKey 10 (PSKEY_USR10) can contain an optional maximum GOEP packet size. If this is not present, or less than the minimum (255bytes), 255bytes will be used.
Instructions
------------
When the example is execute, the chip will be made discoverable and connectable. Any FTP client should then be able to connect to the server.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -