#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)

Screenshot 2023-04-07 190626.png (13.0 KB ) - added by _mcp 13 months ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Tim Kosse, 13 months ago

Status: newmoreinfo

Which SFTP server software (product and version) is running on the server machine?

comment:2 by _mcp, 13 months ago

Status: moreinfonew

ssh Server: Dropbear server v2022.82

comment:3 by Tim Kosse, 13 months ago

Status: newmoreinfo

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 _mcp, 13 months ago

Status: moreinfonew

This is what I was able to find:

[root@host /usr/libexec]# ./sftp-server --version
Green End SFTP server version 2

comment:5 by Tim Kosse, 13 months ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.