mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
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
|
||||
|
||||
#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];
|
||||
|
Loading…
Reference in New Issue
Block a user