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 2020/05/22 07:55:19 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #268: netutils: ftpd: Fix EPSV mode in ftpd.c (IPv4 only)

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


   ## Summary
   
   - We noticed that ftpc on NuttX does not work with ftpd on NuttX.
   - Finally I found that there is a bug in EPSV mode handling in ftpd.c
   - It seems that IPv6 related code is OK, so I applied the same logic to IPv4.
   - Also fixed style violations.
   
   ## Impact
   
   - This PR only affects ftpd in EPSV mode.
   
   ## Testing
   
   - We tested this PR with spresense:wifi
   - One is running ftpc and the other is running ftpd.
    
   
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #268: netutils: ftpd: Fix EPSV mode in ftpd.c (IPv4 only)

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #268:
URL: https://github.com/apache/incubator-nuttx-apps/pull/268


   


----------------------------------------------------------------
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.

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