We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❯ curl --location --xattr -o curl.html curl.se % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8684 100 8684 0 0 78961 0 --:--:-- --:--:-- --:--:-- 78961 Warning: Error setting extended attributes on 'curl.html': Success
The user.xdg.origin.url xattr to be set to the URL including the guessed protocol, i.e. http://curl.se/.
user.xdg.origin.url
http://curl.se/
curl 8.5.0 (x86_64-pc-linux-gnu) libcurl/8.5.0 OpenSSL/3.0.13 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13 Release-Date: 2023-12-06, security patched: 8.5.0-2~bpo12+1 Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
Linux ilmari-thinkpad 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
looks like this was broken by #3433
Sorry, something went wrong.
tool_xattr: "guess" URL scheme if none is provided
93b1c4b
... when figuring out the source URL to store. Reported-by: Dagfinn Ilmari Mannsåker Fixes #13205
5564751
bagder
Successfully merging a pull request may close this issue.
I did this
I expected the following
The
user.xdg.origin.url
xattr to be set to the URL including the guessed protocol, i.e.http://curl.se/
.curl/libcurl version
operating system
The text was updated successfully, but these errors were encountered: