cURL: curl: (18) transfer closed with 96671047906 bytes remaining to read
up vote
0
down vote
favorite
I am trying to download a very massive file (~92Gb) using cURL:
curl -L -o 'file.tar.gz' -C - http://abc.dummy/file.tar.gz
and constantly getting into:
curl: (18) transfer closed with ... bytes remaining to read
which quits cURL leaving file partially downloaded.
How to ask cURL to resume transfer until download is complete?
P.S. It seems the error occurs after ~1Gb chunk has been downloaded.
ubuntu download curl
add a comment |
up vote
0
down vote
favorite
I am trying to download a very massive file (~92Gb) using cURL:
curl -L -o 'file.tar.gz' -C - http://abc.dummy/file.tar.gz
and constantly getting into:
curl: (18) transfer closed with ... bytes remaining to read
which quits cURL leaving file partially downloaded.
How to ask cURL to resume transfer until download is complete?
P.S. It seems the error occurs after ~1Gb chunk has been downloaded.
ubuntu download curl
1
You may find the last answer to this StackOverflow question useful.
– Anaksunaman
Nov 18 at 11:52
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to download a very massive file (~92Gb) using cURL:
curl -L -o 'file.tar.gz' -C - http://abc.dummy/file.tar.gz
and constantly getting into:
curl: (18) transfer closed with ... bytes remaining to read
which quits cURL leaving file partially downloaded.
How to ask cURL to resume transfer until download is complete?
P.S. It seems the error occurs after ~1Gb chunk has been downloaded.
ubuntu download curl
I am trying to download a very massive file (~92Gb) using cURL:
curl -L -o 'file.tar.gz' -C - http://abc.dummy/file.tar.gz
and constantly getting into:
curl: (18) transfer closed with ... bytes remaining to read
which quits cURL leaving file partially downloaded.
How to ask cURL to resume transfer until download is complete?
P.S. It seems the error occurs after ~1Gb chunk has been downloaded.
ubuntu download curl
ubuntu download curl
asked Nov 18 at 11:22
Denis Kulagin
1033
1033
1
You may find the last answer to this StackOverflow question useful.
– Anaksunaman
Nov 18 at 11:52
add a comment |
1
You may find the last answer to this StackOverflow question useful.
– Anaksunaman
Nov 18 at 11:52
1
1
You may find the last answer to this StackOverflow question useful.
– Anaksunaman
Nov 18 at 11:52
You may find the last answer to this StackOverflow question useful.
– Anaksunaman
Nov 18 at 11:52
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376420%2fcurl-curl-18-transfer-closed-with-96671047906-bytes-remaining-to-read%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You may find the last answer to this StackOverflow question useful.
– Anaksunaman
Nov 18 at 11:52