mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #867] Pause/Resume of file transfers #590
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#590
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maamirh on GitHub (Aug 19, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/867
In Quasar does not allow to preview file and you cannot copy partial file till complete download. Like if I download 100MB file and I reach to 90 MB and downloading interrupted then the file will disappear.
In NJRAT you can preview file during the download process. For example, I have to download 10MB file which total size is 50 MB I can preview file.NJRAT normally use TMP folder then we can watch the preview of the file by going to TMP folder.BY this we can decide we have to download complete file or not. If connection interrupted then you can save partially downloaded file.
@FadeFADev commented on GitHub (Feb 23, 2021):
Limiting the speed of transfers would also be nice.