| Summary: | make it easy to control remote kget | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Enrico Ros <eros.kde> |
| Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Enrico Ros
2005-03-28 12:04:35 UTC
Wouldn't the already implemented dcop functions provide at least the basics of this. ssh remote-server dcop kget KGet-Interface addTransfers(http://...., destDir); I don't know if it's a good idea to turn a GUI app into a server. The next feature people might want then is to make kget run without X and or KDE dependency, so they can run it on a remote server that does not have an X server. There are tools like wget and commandline versions of bittorrent for things like this. KGet 2.1 has now a webinterface. Also, the D-Bus interface is very powerful now. |