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

2019-07-18 Thread Yaroslav Sidlovsky
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.p

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

2019-07-18 Thread Yaroslav Sidlovsky
ZaWertun added a reviewer: dfaure. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D22528 To: ZaWertun, sitter, dfaure Cc: kde-frameworks-devel, LeGast00n, sbergeron, michaelh, ngraham, bruns

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

2019-07-18 Thread Kai Uwe Broulik
broulik added a reviewer: sitter. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D22528 To: ZaWertun, sitter Cc: kde-frameworks-devel, LeGast00n, sbergeron, michaelh, ngraham, bruns

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

2019-07-18 Thread Yaroslav Sidlovsky
ZaWertun added a comment. One more small thing: it's better replace `sCopyFile` in call to `error` with something like `dest.path()`, to display server path rather than local source. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D22528 To: ZaWertun, sitter, dfaure Cc

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

2019-07-18 Thread Yaroslav Sidlovsky
ZaWertun retitled this revision from "KIO FTP: File copy hangs when copying to existing file" to "KIO FTP: File copy hangs when copying to existing file - fix". REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D22528 To: ZaWertun, sitter, dfaure Cc: kde-frameworks-devel, LeG