Jody McIntyre
Jody McIntyre
That worked - thank you so much! I'm willing to re-flash boards for anyone in Canada that needs this - you can contact me directly: jody at modernduck.com
I can reproduce this with 3.10j on an U2+L without using ftp at all. The first 12 telnet connections succeed and show the usual menu. After that, the connection is...
I'm unable to reproduce this with ftp at all. It seems to be just a telnet issue. 12 telnets, with or without ftp commands in between, will reliably break the...
Using `lwip_close()` (which is what ftpd [does](https://github.com/GideonZ/1541ultimate/blob/b6a2686355fed1bf58fe511bbcc2938bd08b2167/software/network/ftpd.cc#L246)) instead of `shutdown()` fixes the issue - see https://github.com/GideonZ/1541ultimate/pull/382
Thanks for looking into this and trying to reproduce it! By "another project" I mean from inside the workspace. For example, we have a backend in `apps/backend` (named `backend`) that...