Change ftpput so it uses <remote-path> <local-file> as it should
This commit is contained in:
parent
3b33dd9b1e
commit
a67dffe186
@ -266,7 +266,7 @@ static int ftp_recieve(FILE *control_stream, const char *host, const char *local
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_FTPPUT
|
#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;
|
struct stat sbuf;
|
||||||
char buf[512];
|
char buf[512];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user