Version: 0.8.5 (using KDE KDE 3.5.2) Installed from: Ubuntu Packages OS: Linux If some of you ever try the getright program for Windows, there is an option to download a file without any prompt. Currently, with Konqueror and kget I can right clic on a file to download it. That is great, but each time, it is asking for a filename and if duplicate it will ask again. It would be great to have an option "no prompt on downloads" and "auto rename if duplicate". The rename method could simply to add 001, 002, 003, to the end of the filenames.
SVN commit 1219463 by mfuchs: Adds option to download files without a prompt if they exist already. The files can be either overwritten or automatically renamed. BUG:130272 M +30 -0 conf/dlgadvanced.ui M +9 -0 conf/kget.kcfg M +13 -1 core/urlchecker.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1219463
SVN commit 1219464 by mfuchs: Adds a "Ask for destination if there are no default folders"-option If deselected no dialogs will be shown asking the user for a destination, instead always a destination will be used. Unless KGlobalSettings::downloadPath() is not defined. BUG:130272 M +7 -0 conf/dlggroups.ui M +3 -0 conf/kget.kcfg M +27 -2 ui/newtransferdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1219464