curl/lib/vssh
Viktor Szakats 6975a0ecda
libssh2: fix to use non-deprecated libssh2_scp_send64()
Seen in curl-for-win daily, building against libssh2 1.11.2_DEV:
```
curl-for-win/curl/lib/vssh/libssh2.c:2644:9: warning: 'libssh2_scp_send_ex' is deprecated:
  since libssh2 1.2.6. Use libssh2_scp_send64() [-Wdeprecated-declarations]
 2644 |         SCP_SEND(sshc->ssh_session, sshp->path, data->set.new_file_perms,
```
Ref: https://github.com/curl/curl-for-win/actions/runs/13229370277/job/36924363438#step:3:5805

Follow-up to 553248f501 #16199

Closes #16291
2025-02-11 11:38:18 +01: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
libssh2.c libssh2: fix to use non-deprecated libssh2_scp_send64() 2025-02-11 11:38:18 +01:00
libssh.c libssh: drop support for libssh older than 0.9.0 2025-02-06 22:27:13 +01:00
ssh.h libssh: drop support for libssh older than 0.9.0 2025-02-06 22:27:13 +01:00
wolfssh.c lib: redirect handling by protocol handler 2025-01-24 11:00:34 +01:00