I use MQX 3.8 and k60. In my project I have a file system on SD card which log the data. The files are downloadable through ftp server which is perfect. Now I look for an approach to delete the files. Note there is no physical acess to sd card so they must be deleted through software. Is it possible to delete them by ftp or http server? any idea? any suggestion?
Thank you very much for your reply. I run the mfs_ftp demo and I found it's not possible to connect to the ftp server from more than one client at the time! Is there any point that I need to change to make it a multi-client server?