Jak mogę przywrócić pobieranie curl po przebudzeniu z trybu uśpienia?


2

Próbuję pobrać filmy z WWDC za pomocą curl .. jednak mój Mac przechodzi w tryb uśpienia po godzinie. Czy mogę wznowić pobieranie do połowy lub czy muszę ponownie uruchomić?

Odpowiedzi:


-1

Możesz spróbować użyć 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.
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.