Summary: | Sometimes ftp:// files can't be opened properly | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | BRULE Herman <alpha_one_x86> |
Component: | ftp | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, finex |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 4.6.2 | |
Sentry Crash Report: |
Description
BRULE Herman
2009-08-11 17:57:34 UTC
- With "double click" do you mean to open the selected file? - If the file is not opened, do you get some error message ? - Does this happen with every file type or just with an specific one ? - Have you experienced this behaviour with any other protocol, server or path ? Thanks - Yes - Unable to read file, are you sure you have the right.... - With lot of file type open with kwrite - Not, I use only http, ftp and sftp, and only ftp have this bug. Ps: I use konqueror. I've a similar bug: sometimes I cannot openin files from a FTP server (with kate/kwrite) I've an error message which tells: "could not connect to host localhost" or "impossible to open file: xxxx". After that, I wait some seconds and I retry to open it and usually it works. The bug on comment #3 is bug #197711 . Git commit a1597d87a46e951fd62b632f250ee7ef223b51e4 by Dawit Alemayehu. Committed on 24/03/2011 at 23:19. Pushed by adawit into branch 'KDE/4.6'. Emit the finished signals after calling ftpCloseCommand. This fixes the problem where clicking on a file while browsing an FTP site does not show its content. Instead only the associated application is launched and either an error message, in case of kate, and/or a notification about the completion of file copying is shown. BUG:203445 BUG:181393 REVIEW:100941 FIXED-IN:4.6.2 M +10 -8 kioslave/ftp/ftp.cpp http://commits.kde.org/kdelibs/a1597d87a46e951fd62b632f250ee7ef223b51e4 Git commit 7f7af640fbb5c36a3a79de66be8bdb0222509a67 by Dawit Alemayehu. Committed on 25/03/2011 at 17:29. Pushed by adawit into branch 'master'. Emit the finished signals after calling ftpCloseCommand. This fixes the problem where clicking on a file while browsing an FTP site does not show its content. Instead only the associated application is launched and either an error message, in case of kate, and/or a notification about the completion of file copying is shown. CCBUG:203445 CCBUG:181393 FIXED-IN:4.6.2 (cherry picked from commit a1597d87a46e951fd62b632f250ee7ef223b51e4) M +10 -8 kioslave/ftp/ftp.cpp http://commits.kde.org/kdelibs/7f7af640fbb5c36a3a79de66be8bdb0222509a67 |