Re: [lwip-users] TFTP init

2016-12-21 Thread Sergio R. Caprile
There is a nice FTP client library (RAW API) here: https://github.com/gezedo/lwftp Laurent, the author, can probably be found lurking around here. I contributed the data handler code, which also managed to find its way into the SMTP client, so you'll find a similar API to apps in the contrib tr

Re: [lwip-users] TFTP init

2016-12-21 Thread contact
I personally like this implementation for FTP. It has file system backend with abstraction layer. https://github.com/toelke/lwip-ftpd Regards, Ajay Bhargav www.8051projects.net From: Sergio R. Caprile Sent: Wednesday, December 21, 2016 6:04 PM To: lwip-users@nongnu.org Subject: Re: [lwip-users]

Re: [lwip-users] TFTP init

2016-12-21 Thread Philipp Tölke
> I personally like this implementation for FTP. It has file system backend > with abstraction layer. > > https://github.com/toelke/lwip-ftpd Well, that is a server, the OP linked to a client :-) Cheers, Philipp -- *fos4X GmbH | www.fos4x.de * Thalkirchner Str. 210, Geb. 6

Re: [lwip-users] TFTP init

2016-12-21 Thread Philipp Tölke
> I personally like this implementation for FTP. It has file system backend > with abstraction layer. > > https://github.com/toelke/lwip-ftpd Well, that is a server, the OP linked to a client :-) Cheers, Philipp -- *fos4X GmbH | www.fos4x.de * Thalkirchner Str. 210, Geb. 6

[lwip-users] LwIP test suite

2016-12-21 Thread 杨辉
Hello, I implement a simple TCP/IP protocol for study. I wish to conduct conformance testing of our TCP/IP implementation, and so, I would like to obtain an appropriate protocol test suite. Dose the LwIP has its own test suites ? And can I get it to test my TCP/IP implementation ? I would