mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 10:42:21 +00:00
Fixing merge conflict1
This commit is contained in:
commit
1ae4ebe94e
@ -301,7 +301,7 @@ int Connector::nConnect(const char* ip, const int port, std::string *buffer,
|
||||
|
||||
if (lpString != NULL) {
|
||||
curl_easy_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_ANY);
|
||||
curl_easy_setopt(curl, CURLOPT_FTPLISTONLY, TRUE);
|
||||
curl_easy_setopt(curl, CURLOPT_FTPLISTONLY, 1L);
|
||||
curl_easy_setopt(curl, CURLOPT_USERPWD, lpString->c_str());
|
||||
};
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
#include "base64.h"
|
||||
|
||||
#include <libssh/libssh.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <vector>
|
||||
#include <curl/curl.h>
|
||||
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
|
||||
|
2534
nesca_startModule.cpp.BACKUP.3450.cpp
Normal file
2534
nesca_startModule.cpp.BACKUP.3450.cpp
Normal file
File diff suppressed because it is too large
Load Diff
2537
nesca_startModule.cpp.BASE.3450.cpp
Normal file
2537
nesca_startModule.cpp.BASE.3450.cpp
Normal file
File diff suppressed because it is too large
Load Diff
2528
nesca_startModule.cpp.LOCAL.3450.cpp
Normal file
2528
nesca_startModule.cpp.LOCAL.3450.cpp
Normal file
File diff suppressed because it is too large
Load Diff
2533
nesca_startModule.cpp.REMOTE.3450.cpp
Normal file
2533
nesca_startModule.cpp.REMOTE.3450.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user