curl/lib/vssh
Jay Satiro 9b523773b8 libssh: fix scp large file upload for 32-bit size_t systems
- Use ssh_scp_push_file64 instead of ssh_scp_push_file.

The former uses uint64_t for file size and the latter uses size_t which
may be 32-bit.

Ref: https://github.com/curl/curl/pull/16194

Closes https://github.com/curl/curl/pull/16641
2025-03-10 13:20:19 -04:00
..
.checksrc checksrc: use 'banfunc' proper in more places 2025-01-13 09:10:58 +01:00
curl_path.c libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
curl_path.h libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
libssh.c libssh: fix scp large file upload for 32-bit size_t systems 2025-03-10 13:20:19 -04:00
libssh2.c lib: rename curlx_strtoofft to Curl_str_numblanks() 2025-03-10 10:39:20 +01:00
ssh.h libssh2: drop obsolete macros and version checks 2025-02-12 09:04:13 +01:00
wolfssh.c tidy-up: use CURL_ARRAYSIZE() 2025-02-19 00:59:45 +01:00