deleting files from ftp server

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

deleting files from ftp server

1,463件の閲覧回数
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,243件の閲覧回数
Tgomes
Contributor III

Hi amleng,

 

 

Try the ftp command DELE.

 

 

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

 

 

Hope this helps.

1,243件の閲覧回数
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,243件の閲覧回数
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 件の賞賛
返信