Version: v0.8.3 (using KDE 3.2.0, compiled sources) Compiler: gcc version 3.2.3 OS: Linux (i686) release 2.4.22 I have real trouble when I have to download few files quickly from a website or an ftp site. It would be very handy and useful to have an option called "Download with KGet" without any prompt for where to save. And/or and option in the save dialog "Use this directory for Downloads" or "Quick Save using KGet!" in Konqueror RMB context menu. when selected the file should get save in the last used(where a different file was saved) be downloaded. (or) "Download without Prompt" to quickly save to the previous directory. thanks.
I'd like a 'context menu > actions > download with kget' function.
I think a nice way would be to have a 'Get all with KGet' and after clicking it a checkbox list should popup, with each downloadable item from the web page in it. the user could apply a filter for .zip or .rpm or whatever or check the boxes for the files which have to be downloaded. the list should have three columns: the checkbox, the filename, and the file location. the dialog should also contain a checkbox 'Remove navigation links' which should hide the .php and .html locations(and others not normally considered downloads). This would be so useful !
Maybe a really simple method would be a "download with ..." in Konqueror's download file dialog.
*** This bug has been confirmed by popular vote. ***
SVN commit 425646 by pino: Add an action to konqueror contect menu. BUGS: 74777 M +3 -0 Makefile.am A kget_download.desktop --- trunk/KDE/kdenetwork/kget/Makefile.am #425645:425646 @@ -31,6 +31,9 @@ mimedir = $(kde_mimedir)/application mime_DATA =x-kgetlist.desktop +servicemenudir = $(kde_datadir)/konqueror/servicemenus +servicemenu_DATA = kget_download.desktop + EXTRA_DIST = kget.desktop $(mime_DATA) rcdir = $(kde_datadir)/kget