summaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-10-31 18:30:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-12-01 17:38:37 +0100
commita2f396680051f6c39064772b5f779bd829d05976 (patch)
tree26eed3679294c9141382396ca9e49a21483660a0 /lib/version.c
parentc75c9d4fbc6ba192b6da57c5b662f36c5d323137 (diff)
downloadcurl-a2f396680051f6c39064772b5f779bd829d05976.tar.gz
libssh: added SFTP support
The SFTP back-end supports asynchronous reading only, limited to 32-bit file length. Writing is synchronous with no other limitations. This also brings keyboard-interactive authentication. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/version.c b/lib/version.c
index f0861ea7a..1752e14e8 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -272,8 +272,6 @@ static const char * const protocols[] = {
#endif
#if defined(USE_LIBSSH) || defined(USE_LIBSSH2)
"scp",
-#endif
-#ifdef USE_LIBSSH2
"sftp",
#endif
#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \