Page 1 of 1

Corrupted file after download

Posted: Tue Feb 13, 2024 3:21 pm
by murloc
Hello,

Sometimes we encounter problems with damaged files during download from WingFTP server.
Instead of the file we should receive, we often get a single line file with information about the SSH version (for example SSH-2.0-OpenSSH_6.6.1)
or a LUA script from the application folder.

From the logs side about sending file to the server, everything looks good:
SSH_FXP_ATTRS: Filesize: 26954, UserID: 0, GroupID: 0, Permissions: 33206, Last modify time: 1707794720.
File received successfully, transferred 26954 Bytes in 0.1 seconds, 268.6 KB/S

However, in the logs when we are downloading from the server, we can see some errors:
While file is sent:
File sent successfully, transferred 23 Bytes in 0.5 seconds, 0.0 KB/S
SSH_FXP_ATTRS: Filesize: 0, UserID: 0, GroupID: 0, Permissions: 16895, Last modify time: 1707794823.

And later when we are deleting the same file from server:
SSH_FXP_ATTRS: Filesize: 26954, UserID: 0, GroupID: 0, Permissions: 33206, Last modify time: 1707794720.


Best Regards
Patrick