nuttx-apps/include/netutils
Anthony Merlino f489bcd6f9 Merged in antmerlino/apps/ftp-ipv6 (pull request #122)
FTP: Adds support for IPv6 and fixes various transfer issues

* netutils/ftpd: Fix support for IPv6 FTP server

* netutils/ftpc:Adds support for IPv6 sockets

* ftpc: Must convert port received by EPSV reply to network order

* ftpc: Data socket address for passive connection should be same as server address

* ftpc: Must skip human readable string in EPSV response before scanning for port

* ftpc: Don't send PASS command if USER command was sufficient. ie no password required

* ftpc: Generically handle permanent negative completion in shard ftpc_cmd logic

* ftpc: Minor addresssing fix

* ftpc: Tweak logic for overriding network debugging output

* FTP: Adds option for setting stack size of various threads in FTPD and FTPC

* netutils/ftpd: Fixes build error setting IPv4 address. sin_addr => sin_addr.s_addr

* netutils/ftpd: Protects against partial write returns by looping in that case

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-06 23:41:30 +00:00
..
base64.h
chat.h
cJSON.h
dhcpc.h
dhcpd.h
discover.h
esp8266.h
ftpc.h Merged in antmerlino/apps/ftp-ipv6 (pull request #122) 2017-11-06 23:41:30 +00:00
ftpd.h Merged in antmerlino/apps/ftp-ipv6 (pull request #122) 2017-11-06 23:41:30 +00:00
httpd.h Remove references to obsoleted CONFIG_NETDEV_MULTINIC and CONFIG_NETDEV_MULILINK. 2017-08-08 18:37:00 -06:00
ipmsfilter.h
md5.h
netlib.h include/netutils/netlib.h: In order to avoid pre-processing warnings, NETLIB_SOCK_FAMILY must always be assigned a value, even if there is no real meaning value for it. 2017-11-03 09:57:33 -06:00
ntpclient.h
pppd.h
smtp.h
telnetc.h
telnetd.h netutils/telnetd and users of telnetd: Add support for IPv6. 2017-06-27 09:14:13 -06:00
tftp.h
thttpd.h
urldecode.h
webclient.h
xmlrpc.h