Opened 20 months ago
Closed 19 months ago
#12898 closed Bug report (fixed)
File size is off by 10^-1 on remote directory listing over SSH
Reported by: | _mcp | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | size ssh | Cc: | |
Component version: | 3.63.2.1 | Operating system type: | |
Operating system version: | Win11 |
Description
File sizes on remove directory listing are off by 10-1.
Only files over 100MB are affected.
Example, file on local dir listing is 100MB. File is transferred successfully. File size on remote listing is 10MB
Please see attached screenshot.
Attachments (1)
Change History (6)
by , 20 months ago
Attachment: | Screenshot 2023-04-07 190626.png added |
---|
comment:1 by , 20 months ago
Status: | new → moreinfo |
---|
comment:3 by , 19 months ago
Status: | new → moreinfo |
---|
Last time I checked Dropbear was only handling the SSH part of an SFTP connection, but it didn't implement the actual SFTP subsystem. Which software (product and version) is used for the SFTP subsystem on the server you are connecting to?
comment:4 by , 19 months ago
Status: | moreinfo → new |
---|
This is what I was able to find:
[root@host /usr/libexec]# ./sftp-server --version Green End SFTP server version 2
comment:5 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is a known bug in this particular SFTP server. A fix for this has been applied upstream, see https://github.com/ewxrjk/sftpserver/commit/775acf240f57e23b5b702d29191aa1c916dad4c2
Consider rebuilding the server with this patch applied.
Which SFTP server software (product and version) is running on the server machine?