https://bugs.kde.org/show_bug.cgi?id=335668
--- Comment #5 from Alex Bikadorov <alex.bikado...@kdemail.net> --- The problem is actually everywhere. If the initial ftp connection is made by writing the password in plain text into the navigation bar ("ftp://user:passw...@server.com") the password is never removed. * VFS uses the URL with the password while navigating on the ftp server * all file URLs contain the password, it is not removed when opening files or copying them to clipboard * sometimes debug output with the URL and password is printed Dolphin has exactly the same problems. Removing the password from all URLs is not that simple cause the password is never saved and browsing wont work after the first directory listing without entering the password again. The best solution would be if the KIO listing job saves the password internally and it can be removed after the first connection. This is currently done anyway if no password is provided and the authentication dialog appears. -- You are receiving this mail because: You are watching all bug changes.