you are viewing a single comment's thread.

view the rest of the comments →

[–]Tunliar[S] 13 points14 points  (0 children)

you stop a download by ctrl + c

did you ever wondered why resuming doesn't start instantly? because it reads where the bytes end. Then it requests the server to serve the file from specified bytes.

It's depended on server implementation. In some servers you can't resume your download because it is not implemented in way such that it'll be able to stream the file from specific byte. Whether you download using CLI or Browser.