From 92fd8f5221ca528c2def13897c712d558adf1675 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 3 Jun 2011 20:27:30 +0000 Subject: More FTP bugfixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/ftpc/ftpc_chmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/netutils/ftpc/ftpc_chmod.c') diff --git a/apps/netutils/ftpc/ftpc_chmod.c b/apps/netutils/ftpc/ftpc_chmod.c index f349edb09..13d06f403 100644 --- a/apps/netutils/ftpc/ftpc_chmod.c +++ b/apps/netutils/ftpc/ftpc_chmod.c @@ -85,7 +85,7 @@ int ftpc_chmod(SESSION handle, FAR const char *path, FAR const char *mode) if (FTPC_HAS_CHMOD(session)) { - ret = ftpc_cmd(session, "SITE CHMOD %s %s", mode, path); + ret = ftpc_cmd(session, "SITE CHMOD %s %s", path, mode); /* Check for "502 Command not implemented" */ -- cgit v1.2.3