Re: WinSCP sftp file size attribute
SFTP specification says:
So I believe that that server should not compare bytes received with the size field.
What SFTP server has this problem?
The `size' field specifies the size of the file on disk, in bytes. If it is present during file creation, it should be considered a hint as to the files eventual size.
Files opened with the SSH_FXF_TEXT flag may have a size that is greater or less than the value of the size field.
So I believe that that server should not compare bytes received with the size field.
What SFTP server has this problem?