Skip to content

Increase Telnet protocol compatibility and reduce CPU load

Compare
Choose a tag to compare
@fubar-coder fubar-coder released this 01 Aug 14:57
· 505 commits to master since this release

Fixes

Additional information

The problem with issue #32 is, that the client needs to send the 0xFF twice to escape it, because the FTP protocol uses Telnet strings and those escape sequences are part of the Telnet specification. The FTP server now recognices the 0xFF 0xFF character sequence and handles it properly.