SimpleFTPServer
SimpleFTPServer copied to clipboard
Does not accept OPTS command before Authorization
The FTP client in Windows (ftp.exe) sends the command "OPTS UTF8 ON" before asking for the username. The server currently replies 530 and closes the connection.
My understanding is that the "OPTS" command should be accepted before authorization, just like the "FEAT" command.