deleting files from ftp server

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

deleting files from ftp server

1,516 次查看
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 

标签 (1)
标记 (1)
0 项奖励
回复
3 回复数

1,296 次查看
Tgomes
Contributor III

Hi amleng,

 

 

Try the ftp command DELE.

 

 

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

 

 

Hope this helps.

1,296 次查看
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 项奖励
回复

1,296 次查看
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 项奖励
回复