Thanks.
If it helps, I did a bit more investigating and found that it seems to happen when a CR+LF is split between SFTP data packets. One packet ends in
If it helps, I did a bit more investigating and found that it seems to happen when a CR+LF is split between SFTP data packets. One packet ends in
x0D
and the next packet (after overhead bytes) starts x0A
. Looks like the fix for issue 1059 should have handled that, but my C++ knowledge is not great.