Is there an FTP server for LWIP

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

Is there an FTP server for LWIP

Jump to solution
6,633 Views
MattJCole
Contributor V

 

The KSDK came with an FTP server but now I am using the LWIP in the S32 SDK and I still need an FTP server. Is there FTP server code that works with the LWIP?

0 Kudos
Reply
1 Solution
6,600 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport
0 Kudos
Reply
6 Replies
6,592 Views
MattJCole
Contributor V

Thanks that helped a lot. I was having trouble with opening and closing the data connection. The code you sent showed which LWIP interface I should use.

0 Kudos
Reply
6,597 Views
MattJCole
Contributor V

Thanks. I will try the code you sent and let you know how it turns out.

0 Kudos
Reply
6,607 Views
MattJCole
Contributor V

I found this that mentions FTP server with LWIP and FreeRTOS but can not find the code. Do you know where the code is?

 

FTP Server Using MCF51CN Family and FreeRTOS (nxp.com)

0 Kudos
Reply
6,601 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

The zip package can be downloaded here:

https://www.nxp.com/docs/en/application-note-software/AN3931SW.zip

Regards,

Lukas

0 Kudos
Reply
3,969 Views
Moajiz
Contributor I

I have gone through the FTP server example in the provided link to the code, The library is quite simple and easy to implement. However, there is no secure layer (SSL/TLS) available on top of the FTP. 

Is there an updated FTP server/client library is available with integrated SSL/TLS support? I am in urgent need of implementing the FTP in my ongoing project, Any support from the community will be highly valuable for me.

Thanks in advance.

0 Kudos
Reply
6,616 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hello Matt,

LWIP stack contains TFTP (Trivial FTP) but we do not have sample code for this.

Regards,

Lukas

0 Kudos
Reply