| commit | 6975a0ecda23827cb28bc1ce7568baf1d1cd41f1 | [log] [tgz] |
|---|---|---|
| author | Viktor Szakats <commit@vsz.me> | Mon Feb 10 23:09:55 2025 +0100 |
| committer | Viktor Szakats <commit@vsz.me> | Tue Feb 11 11:38:18 2025 +0100 |
| tree | 3e42dd76b4bc7a5df676cd8434224f901bcf932b | |
| parent | 160c0ffc17ea135e286d8aefa0f99718679baaf8 [diff] |
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 553248f501762735c6aa5531f5748e88aefb5314 #16199 Closes #16291
curl is a command-line tool for transferring data specified with URL syntax. Learn how to use curl by reading the manpage or everything curl.
Find out how to install curl by reading the INSTALL document.
libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl manpage to learn how.
curl is Open Source and is distributed under an MIT-like license.
Contact us on a suitable mailing list or use GitHub issues/ pull requests/ discussions.
All contributors to the project are listed in the THANKS document.
For commercial support, maybe private and dedicated help with your problems or applications using (lib)curl visit the support page.
Visit the curl website for the latest news and downloads.
Download the latest source from the Git server:
git clone https://github.com/curl/curl.git
Report suspected security problems via our HackerOne page and not in public.
curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.
Thank you to all our backers 🙏 Become a backer.
Support this project by becoming a sponsor.