D22528: KIO FTP: File copy hangs when copying to existing file

Yaroslav Sidlovsky noreply at phabricator.kde.org
Thu Jul 18 12:33:06 BST 2019


ZaWertun created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
ZaWertun requested review of this revision.

REVISION SUMMARY
  Subj.

TEST PLAN
  Before patch:
  
  1. kioclient5 cp f30.png ftp://127.0.0.1/Public/f30.png
  2. kioclient5 cp f30.png ftp://127.0.0.1/Public/f30.png
  
  Kioclient will hang with debug message: `kf5.kio.core: copy() did not call finished() or error()! Please fix the "kio_ftp" KIO slave`
  
  After patch:
  
  1. kioclient5 cp f30.png ftp://127.0.0.1/Public/f30.png
  2. kioclient5 cp f30.png ftp://127.0.0.1/Public/f30.png
  
  All is OK, kioclient5 will exit with error status and say that file already exists.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D22528

AFFECTED FILES
  src/ioslaves/ftp/ftp.cpp

To: ZaWertun
Cc: kde-frameworks-devel, LeGast00n, sbergeron, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190718/a659ac76/attachment.html>


More information about the Kde-frameworks-devel mailing list