deleting files from ftp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
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?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi amleng,
Try the ftp command DELE.
FTP_command(ftphandle, "DELE remote-filename\r\n",stdout);
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How is that issue going Sina?
Have you been able to pull it off?
Freescale's Tech guys are working on it!
Regards!
Monica.