mirror of
https://github.com/sheumann/hush.git
synced 2025-08-10 00:25:24 +00:00
Change ftpput so it uses <remote-path> <local-file> as it should
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user