[BusyBox-cvs] busybox/networking ftpgetput.c,1.2,1.3

Glenn McGrath bug1 at busybox.net
Fri Dec 13 05:57:49 UTC 2002


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv21269/networking

Modified Files:
	ftpgetput.c 
Log Message:
Change ftpput so it uses <remote-path> <local-file> as it should


Index: ftpgetput.c
===================================================================
RCS file: /var/cvs/busybox/networking/ftpgetput.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ftpgetput.c	13 Dec 2002 04:14:36 -0000	1.2
+++ ftpgetput.c	13 Dec 2002 05:57:46 -0000	1.3
@@ -266,7 +266,7 @@
 #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];




More information about the busybox-cvs mailing list