aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-13 05:57:46 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-13 05:57:46 +0000
commita67dffe186eefb6cf75c08422dbfa0e4a752c692 (patch)
tree92020990a054bbca1bfc0ff214d0f2ee1332861c /networking/ftpgetput.c
parent3b33dd9b1e904fbd9522a210c5b0ebb0a941fc71 (diff)
downloadbusybox-a67dffe186eefb6cf75c08422dbfa0e4a752c692.tar.gz
Change ftpput so it uses <remote-path> <local-file> as it should
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r--networking/ftpgetput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c
index cad340738..909f3b117 100644
--- a/networking/ftpgetput.c
+++ b/networking/ftpgetput.c
@@ -266,7 +266,7 @@ static int ftp_recieve(FILE *control_stream, const char *host, const char *local
#endif
#ifdef CONFIG_FTPPUT
-static int ftp_send(FILE *control_stream, const char *host, const char *local_path, char *server_path)
+static int ftp_send(FILE *control_stream, const char *host, const char *server_path, char *local_path)
{
struct stat sbuf;
char buf[512];