mirror of
https://github.com/curl/curl.git
synced 2026-06-04 14:14:15 +03:00
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> |
||
|---|---|---|
| .. | ||
| .checksrc | ||
| curl_path.c | ||
| curl_path.h | ||
| libssh.c | ||
| libssh2.c | ||
| ssh.h | ||
| wolfssh.c | ||