Bug 162189 - Problems with deleting dirs on FTP server
Summary: Problems with deleting dirs on FTP server
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-16 23:34 UTC by Alexey Chernov
Modified: 2008-05-21 13:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot of the error message (4.32 KB, image/png)
2008-05-16 23:34 UTC, Alexey Chernov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Chernov 2008-05-16 23:34:18 UTC
Version:           1.0.2 (using KDE 4.0.4)
Installed from:    Compiled From Sources
Compiler:          GCC 4.1.2 Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.1.2/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib Thread model: posix
OS:                Linux

Both Dolphin and Konqueror in KDE 4.0.4 (and also, as I remember, previous down to 4.0.2) have problems when deleting directories on FTP server. Everything is ok, but at the very end the message appears that protocol process suddenly stopped (screenshot will follow). Though, deleting files and renaming both files and directories work ok. I thought about misconfiguration of my FTP server, but I tried different servers (vsftpd and proftpd) and the problem persisted, while with different FTP clients (mc ftp backend, konqueror from KDE3) work ok. So I guess it is something in Dolphin or Konqueror ftp backend in KDE4.
Comment 1 Alexey Chernov 2008-05-16 23:34:48 UTC
Created attachment 24797 [details]
screenshot of the error message
Comment 2 Jakub Stachowski 2008-05-21 13:11:33 UTC
SVN commit 810701 by qbast:

Calling KUrl::directory(0) triggers an assert. Use explicit IgnoreTrailingSlash instead.
BUG: 162189



 M  +1 -1      kremoteencoding.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=810701