deleting files from ftp server

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

deleting files from ftp server

715 Views
amleng
Contributor IV

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 

Labels (1)
Tags (1)
0 Kudos
Reply
3 Replies

495 Views
Tgomes
Contributor III

Hi amleng,

 

 

Try the ftp command DELE.

 

 

FTP_command(ftphandle, "DELE remote-filename\r\n",stdout);

 

 

Hope this helps.

495 Views
amleng
Contributor IV

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?

0 Kudos
Reply

495 Views
Monica
Senior Contributor III

How is that issue going Sina?

Have you been able to pull it off?

Freescale's Tech guys are working on it!

Regards!

Monica.

0 Kudos
Reply