https://bugs.kde.org/show_bug.cgi?id=409954

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/kio
                   |                            |/ccae728a5494658d865705628b
                   |                            |b6e89ead4dd54e
             Status|CONFIRMED                   |RESOLVED

--- Comment #8 from Harald Sitter <sit...@kde.org> ---
Git commit ccae728a5494658d865705628bb6e89ead4dd54e by Harald Sitter, on behalf
of Yaroslav Sidlovsky.
Committed on 22/08/2019 at 13:09.
Pushed by sitter into branch 'master'.

KIO FTP: Fix file copy hanging when copying to existing file

Summary: BUG: 409954

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.

Reviewers: sitter, dfaure, cfeck

Reviewed By: sitter

Subscribers: ngraham, rikmills, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D22528

M  +4    -6    src/ioslaves/ftp/ftp.cpp

https://commits.kde.org/kio/ccae728a5494658d865705628bb6e89ead4dd54e

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to