FTP with lwIP and STR9

acrazylion2 wrote on Tuesday, January 08, 2008:

Hello everybody!

Have anyone made some experience with FTP and lwIP ???

I will impliment an FTP client on a ARM STR9 with FREERTOS.
Just collect some datas and send them as file via FTP to a server.

I googled 2 houres and found no example.

Can You tell me a good link or send me some code?

Thanks for all help!

sotd wrote on Tuesday, January 08, 2008:

Look at the AVR32 demo where there is a tftp example. Maybe this help?

acrazylion2 wrote on Thursday, January 10, 2008:

Not really.
The example is a FTP server. I need a FTP client.

Any other ideas?