curl --digest -u user:password -T source remote_destination
Getting error
OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0
I need to upload file using webDAV. The command works on curl 8.5 which is present in ubuntu24.04 and not works on curl 7.81 which is the latest version on ubuntu 22.04.
How can I install latest version of curl in ubuntu 22.04 and is there any way to fix without updating curl