-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check the available system space before starting the download. #32
Comments
Yes good, can we show this prompt if there will be less space ? I haven't seen other downloaders like wget and curl asking for every download |
Say, the file size is 5Gb and the available space is 2.5 Gb. |
@setraj Yes, we are in the same agreement basically, I was talking about this case: the required size is already there in the disk, should we still prompt ? or go ahead ? |
ok, I get you. |
ok please proceed implementation
…On Sat, Aug 7, 2021, 13:25 Rajesh Sethi ***@***.***> wrote:
ok, I get you.
Yeah in that case we can silently proceed with the download.
in case the space is not sufficient, we can notify the user that the
download can't be continued because of insufficient space.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBFCKJWWPTESQE4KG7Z45TT3UCY5ANCNFSM5BVM4R3A>
.
|
Probably, prompt the user with available space and confirm to go ahead with the download or not.
The text was updated successfully, but these errors were encountered: