Como posso obter o curl para retomar o download depois de sair do modo de suspensão?


2

Eu estou tentando baixar os vídeos wwdc usando curl .. no entanto, meu mac vai para o modo de suspensão depois de uma hora. Posso retomar os downloads incompletos ou preciso reiniciar?

Respostas:


-1

Você poderia tentar usar wget -c:

-c
--continue
    Continue getting a partially-downloaded file.  This is useful when you
    want to finish up a download started by a previous instance of Wget, or
    by another program.  For instance:

            wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z

    If there is a file named ls-lR.Z in the current directory, Wget will
    assume that it is the first portion of the remote file, and will ask the
    server to continue the retrieval from an offset equal to the length of
    the local file.
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.