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

   ## Summary
   choose the network protocol (ipv4 or ipv6) to bind network in setting 
ftpd(default ipv6)
   
   Signed-off-by: wangchen <[email protected]>
   
   ## Impact
   N/A
   
   ## Testing
   CI check
   
   **before**
   
   ap> ftpd_start
   Starting the FTP daemon
   ap> FTP daemon [91] started
   Adding accounts:
   1. Root account: USER=root PASSWORD=abc123 HOME=(none)
   2. User account: USER=ftp PASSWORD=(none) HOME=(none)
   3. User account: USER=anonymous PASSWORD=(none) HOME=(none)
   
   **after**
   
   ap> ftpd_start -4
   Starting the FTP daemon
   ap> FTP daemon [58] started
   Adding accounts:
   1. Root account: USER=root PASSWORD=abc123 HOME=(none)
   2. User account: USER=ftp PASSWORD=(none) HOME=(none)
   3. User account: USER=anonymous PASSWORD=(none) HOME=(none)
   
   ap> ftpd_start -6
   Starting the FTP daemon
   ap> FTP daemon [86] started
   Adding accounts:
   1. Root account: USER=root PASSWORD=abc123 HOME=(none)
   2. User account: USER=ftp PASSWORD=(none) HOME=(none)
   3. 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to