Increase Telnet protocol compatibility and reduce CPU load
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.