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 --parallel --silent --output dir.txt ftp://ftp.funet.fi
No progress meter output (works properly in curl 7.88.0 and earlier) Progress meter not shown if --parallel removed Can be worked around by adding --no-progress-meter
curl 7.88.1 (x86_64-w64-mingw32) libcurl/7.88.1 OpenSSL/3.0.8 (Schannel) zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 WinIDN libssh2/1.10.0 nghttp2/1.52.0 ngtcp2/0.13.1 nghttp3/0.8.0 libgsasl/2.2.0 Release-Date: 2023-02-20 Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss Features: alt-svc AsynchDNS brotli gsasl HSTS HTTP2 HTTP3 HTTPS-proxy IDN IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL SSPI threadsafe TLS-SRP UnixSockets zstd
Windows 10 Pro Release 22H2
The text was updated successfully, but these errors were encountered:
tool_progress: shut off progress meter for --silent in parallel
dc2baa0
Reported-by: finkjsc on github Fixes #10573
475207c
curl: fix progress bar appearing with --silent
c5bbf79
By applying upstream patch: curl/curl@475207c Ref: curl/curl#10579 Ref: curl/curl#10573 Ref: curl/curl#10588
bagder
Successfully merging a pull request may close this issue.
I did this
curl --parallel --silent --output dir.txt ftp://ftp.funet.fi
I expected the following
No progress meter output (works properly in curl 7.88.0 and earlier)
Progress meter not shown if --parallel removed
Can be worked around by adding --no-progress-meter
curl/libcurl version
curl 7.88.1 (x86_64-w64-mingw32) libcurl/7.88.1 OpenSSL/3.0.8 (Schannel) zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 WinIDN libssh2/1.10.0 nghttp2/1.52.0 ngtcp2/0.13.1 nghttp3/0.8.0 libgsasl/2.2.0
Release-Date: 2023-02-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli gsasl HSTS HTTP2 HTTP3 HTTPS-proxy IDN IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL SSPI threadsafe TLS-SRP UnixSockets zstd
operating system
Windows 10 Pro Release 22H2
The text was updated successfully, but these errors were encountered: