curl/lib/vssh
Eshan Kelkar 1a655aee4e libssh: Remove write limit capping for newer libssh versions.
Since version 0.11.0, libssh has started applying
read/write length capping appropriately for both
its sync and async API.

The limit applied by libssh would be as per what the
server imposes if the server supports sharing this info,
otherwise the limits would be according to the protocol
specified minimum limit that the servers should support.

Hence, the calling code does not need to bother applying
these limits as per the sftp protocol (libssh's newer
versions since 0.11.0 would handle that)

Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
2025-07-08 00:33:36 +05:30
..
.checksrc checksrc: reduce exceptions, apply again to curlx 2025-06-27 17:33:35 +02:00
curl_path.c curl_path: make SFTP handle a path like /~ properly. 2025-06-09 11:23:16 +02:00
curl_path.h lib: include files using known path 2025-04-08 17:00:00 +02:00
libssh.c libssh: Remove write limit capping for newer libssh versions. 2025-07-08 00:33:36 +05:30
libssh2.c libssh2: remove use of 'initialised' for cleanup 2025-07-07 12:01:22 +02:00
ssh.h libssh: Use sftp_aio instead of sftp_async for sftp_recv 2025-07-08 00:33:27 +05:30
wolfssh.c multi: add dirty bitset 2025-06-21 17:19:11 +02:00