Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upIs there a way to resume download in command line app #591
Comments
This comment has been minimized.
This comment has been minimized.
|
Shouldn't it? Unless you delete /tmp the completed pieces should remain there. iirc |
This comment has been minimized.
This comment has been minimized.
|
I didn't notice this. Sorry for the trouble. |
This comment has been minimized.
This comment has been minimized.
|
@hackerkid I'm not saying that that's the way it works for certain. If that doesn't happen, reopen the issue :) |
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero It's storing the data in the directory from which it was invoked. And it's resuming from where it's left. I didn't notice it before. Thanks. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If for some reason I quit the application(while downloading) in the middleway, is there a way to resume the download from where I have left it earlier?