 |
Code & Applications > Data Transfer & Storage > FTP Server
FTP Server
About The Application
This lightweight FTP server application was designed to handle basic file transfer and storage. It can be easily integrated into other projects.
Implementation notes
- Since there isn't a true directory system under the file-system mode of the flash disk object, we have worked out a system where we place the directory name directly into the file name.
- Most FTP settings are defined in ftp_serv_connect.tbh
- Two sockets are assigned to handle FTP commands. This is necessary for some FTP clients.
- The MD button will reinitialize the flash disk (format and mount).
|
 |