Bug 106098 - wish: make ftp error-notifications more informative
Summary: wish: make ftp error-notifications more informative
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: FTP (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-22 11:08 UTC by S. Burmeister
Modified: 2025-07-13 18:26 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2005-05-22 11:08:38 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
OS:                Linux

When I connect to a ftp-server, I often get an error-notification: Could not open folder. As it does work sometimes, I thought: It cannot be the server, so it must be konqueror.
However, this conclusion was wrong. Also wrong is that konqueror does not tell me what kind of error happened. How should users be able to solve a problem, if they do not know what happened?

I would suggest that the error-notification should include a button "Details". Clicking on that button should give the user all information needed to know what the actual problem is.

E.g. in my case:
500 'EPSV': command unrecognized.
227 Entering Passive Mode (192,168,16,1,160,40).
425 Security: Bad IP connecting.

It would be even better, if one could offer a description, of what this error means, what the reasons could be and how it could be solved.
Comment 1 Nicolas Goutte 2005-05-22 14:49:31 UTC
I doubt that it is a KIO ftp problem.

The ftp KIO slave does return errors. But I had found when debugging thumbnail: that sometimes the errors from a KIO slave go to kdDebug instead of being shown to the user.

Have a nice day!