Opened 34 hours ago
Last modified 27 hours ago
#13252 new Bug report
SFTP - Download fail from VxWorks 7 SR610 SFTP server
Reported by: | Geir A. Bergsløkken | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | SFTP FXP_READ EOF | Cc: | |
Component version: | 3.69.1 | Operating system type: | |
Operating system version: | Windows 11 Professional |
Description
Fail to download file from VxWorks 7 SR610 SFTP server.
If using PSFTP download is successful.
Command: remote:/ata4:1/DAx/Log/s28May25.txt => Error: error while reading: received a short buffer from FXP_READ, but not at EOF
Error: File transfer failed after transferring 0 bytes in 1 second
Attached are log files from FileZilla and PSFTP.
Attachments (2)
Change History (4)
by , 34 hours ago
Attachment: | FileZilla_log_SFTP_fail.txt added |
---|
by , 34 hours ago
comment:1 by , 28 hours ago
Status: | new → moreinfo |
---|
comment:2 by , 27 hours ago
Status: | moreinfo → new |
---|
The error happens all the time for this file. Whenever a new log file is created it will in most cases download fine. Then, some times when the log file grows, this error will happen. When that is the case it will never download again using FileZilla.
This is very peculiar, as the SFTP code in FileZilla is based on PuTTY's PSFTP.
In particular, the short buffer detection and subsequent error is the exact same between the two.
See https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/fxp-short-reads.html for an explanation and also section 6.4. of https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt
Do you experience this issue all the time or only sometimes?