readme.txt

来自「test ftp server code for bluetooth」· 文本 代码 · 共 16 行

TXT
16
字号
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 + =
减小字号Ctrl + -
显示快捷键?