diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-13 05:57:46 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-13 05:57:46 +0000 |
commit | ef0da010322212433a63de124b475bc56ca604d9 (patch) | |
tree | 92020990a054bbca1bfc0ff214d0f2ee1332861c | |
parent | 078cfd9797a7969b1797bfaaf6e65c72bf8957d3 (diff) | |
download | busybox-w32-ef0da010322212433a63de124b475bc56ca604d9.tar.gz busybox-w32-ef0da010322212433a63de124b475bc56ca604d9.tar.bz2 busybox-w32-ef0da010322212433a63de124b475bc56ca604d9.zip |
Change ftpput so it uses <remote-path> <local-file> as it should
git-svn-id: svn://busybox.net/trunk/busybox@6207 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | networking/ftpgetput.c | 2 |
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 | |||
266 | #endif | 266 | #endif |
267 | 267 | ||
268 | #ifdef CONFIG_FTPPUT | 268 | #ifdef CONFIG_FTPPUT |
269 | static int ftp_send(FILE *control_stream, const char *host, const char *local_path, char *server_path) | 269 | static int ftp_send(FILE *control_stream, const char *host, const char *server_path, char *local_path) |
270 | { | 270 | { |
271 | struct stat sbuf; | 271 | struct stat sbuf; |
272 | char buf[512]; | 272 | char buf[512]; |