Browse Source

Update README.md

pull/8/head
Sergio R. Caprile 5 years ago
committed by GitHub
parent
commit
a2972583fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -106,7 +106,7 @@ static void ftp_connect_callback(void *arg, int result)
// Continue with STOR request
s->data_source = data_source;
s->done_fn = ftp_stor_callback;
s->remotepath = "logfile";
s->remote_path = "logfile";
error = lwftp_store(s);
if ( error != LWFTP_RESULT_INPROGRESS ) {
LOG_ERROR("lwftp_store failed (%d)", error);

Loading…
Cancel
Save