Introduction - If you have any usage issues, please Google them yourself
This example USES the FTP Server Profile library (FTPS) to implement a simple read - only FTP Server application. When the application is running, the Bluetooth Profile FTP client devices can connect to This FTP Server. The FTP Server provides the following functionality:
* File & folder browsing
* Downloading files
Since the filesystem is read only, folder listings can be pre - generated using the included make_listing. Pl Perl script for each folder. 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.