SimpleFTPServer icon indicating copy to clipboard operation
SimpleFTPServer copied to clipboard

Does not accept OPTS command before Authorization

Open dquadros opened this issue 2 years ago • 0 comments

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.

dquadros avatar Oct 22 '23 23:10 dquadros