BASIC Programmability 
Freedom of Programming Expression
Programmable Controllers


Code & Applications > Data Transfer & Storage > FTP Server

FTP Server

Release Date:21 Janurary 2009
Project files:
Source Code
Platform:EM1000, EM1202
Try it on: EM1000, DS1000, EM1000-EV, EM1000-TEV, EM1202, EM1202-EV, DS1202

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).
Support Form