wangchen61698 opened a new pull request, #1689:
URL: https://github.com/apache/nuttx-apps/pull/1689

   ## Summary
   choose the network protocol (ipv4 or ipv6) to bind network in setting 
ftpd(default ipv6)
   
   ## Impact
   N/A
   
   ## Testing
   CI check
   
   before
   
   ap> ftpd_start
   Starting the FTP daemon
   ap> FTP daemon [91] started
   Adding accounts:
   
       Root account: USER=root PASSWORD=abc123 HOME=(none)
       User account: USER=ftp PASSWORD=(none) HOME=(none)
       User account: USER=anonymous PASSWORD=(none) HOME=(none)
   
   after
   
   ap> ftpd_start -4
   Starting the FTP daemon
   ap> FTP daemon [58] started
   Adding accounts:
   
       Root account: USER=root PASSWORD=abc123 HOME=(none)
       User account: USER=ftp PASSWORD=(none) HOME=(none)
       User account: USER=anonymous PASSWORD=(none) HOME=(none)
   
   ap> ftpd_start -6
   Starting the FTP daemon
   ap> FTP daemon [86] started
   Adding accounts:
   
       Root account: USER=root PASSWORD=abc123 HOME=(none)
       User account: USER=ftp PASSWORD=(none) HOME=(none)
       User account: USER=anonymous PASSWORD=(none) HOME=(none)
   
   


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

Reply via email to