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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org