In my quest for getting lwip running on my system (which seems to be very stable and running perfectly), I'm on the lookout for a simple FTP client (only need RETR and STOR). I have been running with lwftp (https://github.com/gezedo/lwftp) but there are one major shortcoming in this library. I have emailed with the author (Laurent) about this and he has not the time at the moment to work on it (which is totally understandable!) The problem with the library is that when RETR a file, the "transfer complete" will arrive before the data channel are finished sending the data. The lwFTP library will close and cut the file short because of this. I have been trying to fix this in a simple way, but so far not with much success...
So, before I start from the ground and try to design my own library, I would like to ask here if any of you know of any other FTP client (using Raw API) ? -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html _______________________________________________ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users