Bug 305123 - Using Synchronizer to compare content with ftp server generates errors for files with the length of 0 bytes.
Summary: Using Synchronizer to compare content with ftp server generates errors for fi...
Status: RESOLVED DUPLICATE of bug 379787
Alias: None
Product: krusader
Classification: Applications
Component: synchronize (show other bugs)
Version: 2.4.0-beta3 "Single Step"
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 08:53 UTC by Gilbertus Albans
Modified: 2018-05-06 00:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gilbertus Albans 2012-08-14 08:53:08 UTC
Using Synchronizer to compare content with ftp server generates errors for files with the length of 0 bytes. It stops on every single file which size is 0 bytes and shows error dialog. Example error message "IO error at comparing file /home/user/test/a.txt with ftp://user@ftp.server.com/test/a.txt!". Its an old bug that annoys when you synchronize big structure of files.

Reproducible: Always

Steps to Reproduce:
1. Create new test folder and new empty file inside
2. Copy folder to ftp server
3. Synchronize content of folder with option "Compare by content"
Actual Results:  
Error message. Example: "IO error at comparing file /home/user/test/a.txt with ftp://user@ftp.server.com/test/a.txt!".

Expected Results:  
Synchronize directory without error messages.
Comment 1 Jekyll Wu 2012-11-08 04:41:23 UTC
Reproduciable using 2.4.0-beta3 when "Compare by content" is enabled.
Comment 2 Alex Bikadorov 2017-05-18 19:54:57 UTC
It's a bug in KIO.

*** This bug has been marked as a duplicate of bug 379787 ***