summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-02 18:36:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-02 18:36:20 +0000
commit146ccad3863879e9acc928cc2b2087cb45abe4d9 (patch)
tree78b859634e20334c35ca4278c67fd81900a4f6ad /apps/include
parent971830b005e76311a0950d26f6862997c892e76a (diff)
downloadnuttx-146ccad3863879e9acc928cc2b2087cb45abe4d9.tar.gz
nuttx-146ccad3863879e9acc928cc2b2087cb45abe4d9.tar.bz2
nuttx-146ccad3863879e9acc928cc2b2087cb45abe4d9.zip
FTP client debug changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/ftpc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/include/ftpc.h b/apps/include/ftpc.h
index 0676a7040..79632ba1d 100644
--- a/apps/include/ftpc.h
+++ b/apps/include/ftpc.h
@@ -116,9 +116,10 @@ typedef FAR void *SESSION;
*
* addr - The IPv4 address of the FTP server (or the proxy) for the FTP
* server.
- * port - The port number on the FTP server to connect to. This is usually
- * port 21 for FTP. You may set this value to zero to let FTPC
- * select the default port number for you (CONFIG_FTP_DEFPORT).
+ * port - The port number on the FTP server to connect to (in host byte
+ * order). This is usually port 21 for FTP. You may set this
+ * value to zero to let FTPC select the default port number for
+ * you (it will use CONFIG_FTP_DEFPORT).
*/
struct ftpc_connect_s