Re: Non Buffered Send & Receive
Naitik Shah via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <CAEtwD6fNic2+KRjv1TRYxveyUeB=fDQELoZC9r8aebh1QkT3Ew@mail.gmail.com> |
Ah, wonderful. This command works, except the `--silent` flag seems to not
suppress the progress meter:
curl \
--silent \
--no-buffer \
--http2-prior-knowledge \
--header "X-Caddy-SSH: 1" \
--upload-file . \
https://myserver.com
It's a bit odd though, because when I try the command standalone with a
`echo hello |` pipe, it doesn't show me a progress meter. Here's a
non-working but progress meter producing sample:
ssh -oProxyCommand="curl --silent --no-buffer --http2-prior-knowledge
--header 'X-Caddy-SSH: 1' --upload-file . https://echo.free.beeceptor.co"
foo
The above command shows a progress meter - shouldn't the `--silent` flag
prevent that?
-Naitik
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette: https://curl.se/mail/etiquette.html