You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/03 12:25:41 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko opened a new pull request #1121: netutils/ftpd: Do not terminate connection if CWD fails

pkarashchenko opened a new pull request #1121:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1121


   ## Summary
   Some FTP clients (like FileZilla) try to check if directory exists with CWD command. If CWD fails then MKD command is issued. In current implementation if CWD fails the server terminates the connection.
   
   Do not terminate connection if CWD fails and just notify client considering this as a normal operation.
   
   ## Impact
   FTPD users
   
   ## Testing
   Tested with custom board based on SAME70 + FileZilla directory upload
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org