Version: 1.3 (using KDE 4.2.98) Compiler: gcc (Gentoo 4.4.1 p1.0) 4.4.1 CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -msse -msse2 -msse3" OS: Linux Installed from: Gentoo Packages I tried to open file from ftp, but kwrite said that 4 connections is max. Then I tried to refresh ftp folder contents and saw that: http://bobrik.name/uploads/temp/dolphin-ftp-bug.png ftp command works well with that server and shows no error, but dolphin shows that error. kwrite error: 530 Sorry, the maximum number of clients (4) from your host are already connected. additional: after dolphin restart everything repeats from the beginning, but preview for file that i want to open works
I've bypassed this issue in Dolphin, so that instead of an empty error message the message "Unknown error." is shown [1]. However no empty message should be passed in the error case from below at all, so I'm reassigning this issue to kio (at least it is my assumption that no empty error message should be passed). Internal info: Dolphin overwrite KDirLister::handleError(KIO::Job* job) and shows job->errorString() as message. [1] This will go into KDE 4.4, as it cannot be backport to KDE 4.3 because of a string change...
Git commit c75f00df21d127b24a0e243eeeeaa075a8408cf9 by Peter Penz. Committed on 23/03/2011 at 19:07. Pushed by ppenz into branch 'master'. KUrlNavigator: Don't use KIO::stat() for all non-local URLs Doing a text-resolving with KIO::stat() for all non-local URLs leads to problems for protocols where a limit is given for the number of parallel connections. BUG: 179237 BUG: 228345 BUG: 202097 FIXED-IN: 4.7.0 M +16 -3 kfile/kurlnavigatorbutton.cpp http://commits.kde.org/kdelibs/c75f00df21d127b24a0e243eeeeaa075a8408cf9