Hi WinSCP support,
We run SFTP GET script to download file using WinSCP and found that the downloaded file is being truncated. See the logs below, the file size in remote folder shown as 188257 bytes, however the downloaded file size is only 34000 bytes and the content is truncated. Not sure whether is it configuration or connection issue. Kindly advise how to fix this issue.
. 2020-01-14 08:30:03.743 File: '/CRC_APP_APPAUDIT/ToCopy/Audit_PIIWCCH101P_20200114_073001.log' [2020-01-14T07:28:54.000Z] [188257]
. 2020-01-14 08:30:03.743 Copying "/CRC_APP_APPAUDIT/ToCopy/Audit_PIIWCCH101P_20200114_073001.log" to local directory started.
. 2020-01-14 08:30:03.743 Binary transfer mode selected.
. 2020-01-14 08:30:03.743 Checking existence of partially transferred file.
. 2020-01-14 08:30:03.743 Opening remote file.
> 2020-01-14 08:30:03.743 Type: SSH_FXP_OPEN, Size: 84, Number: 7171
< 2020-01-14 08:30:03.743 Type: SSH_FXP_STATUS, Size: 17, Number: 6916
. 2020-01-14 08:30:03.743 Discarding reserved response
< 2020-01-14 08:30:03.775 Type: SSH_FXP_HANDLE, Size: 13, Number: 7171
> 2020-01-14 08:30:03.775 Type: SSH_FXP_FSTAT, Size: 17, Number: 7432
< 2020-01-14 08:30:03.775 Type: SSH_FXP_ATTRS, Size: 46, Number: 7432
> 2020-01-14 08:30:03.775 Type: SSH_FXP_READ, Size: 25, Number: 7685
. 2020-01-14 08:30:03.775 Storing reserved response
. 2020-01-14 08:30:03.775 Storing reserved response
. 2020-01-14 08:30:03.775 Storing reserved response
. 2020-01-14 08:30:03.790 Storing reserved response
. 2020-01-14 08:30:03.790 Storing reserved response
. 2020-01-14 08:30:03.790 Storing reserved response
< 2020-01-14 08:30:03.790 Status code: 1
. 2020-01-14 08:30:03.790 15 skipped SSH_FXP_WRITE, SSH_FXP_READ, SSH_FXP_DATA and SSH_FXP_STATUS packets.
> 2020-01-14 08:30:03.790 Type: SSH_FXP_CLOSE, Size: 13, Number: 9732
. 2020-01-14 08:30:03.790 1 requests to fill 1 data gaps were issued.
. 2020-01-14 08:30:03.790 Preserving timestamp [2020-01-14T07:28:54.000Z]
. 2020-01-14 08:30:03.790 Transfer done: '/CRC_APP_APPAUDIT/ToCopy/Audit_PIIWCCH101P_20200114_073001.log' => 'D:\AppTeam\eTRSLogs\AuditLogs\ToProcess\Audit_PIIWCCH101P_20200114_073001.log' [34000]
Using WinSCP 5.13.7 on windows server 2016 standard
Regards,
Gary