mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #89] Automatic Download Manager #39
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#39
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 @vigneshkarthisan on GitHub (May 6, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/89
A Download Manager(simple) would be useful in a scenario where one wants to exploit a friend's internet and download whatever he wants. He goes to the victim's home and copies everything that xRAT download manager has downloaded.
This may be used to download files from URLs mentioned in a txt file. The server can send commands to add new downloads or manage them.
We can use projects for download managers in c# that are available in GitHub and integrate one of them in xRAT.
I have created a downloader in C# which communicates with aria2c, a powerful download manager, developed by a Japanese programmer in C++. I use it in internet cafes to download whatever I need.
@MaxXor commented on GitHub (May 6, 2015):
No, sorry.