I am using webMethods 9.8 built in SFTP PUT service to put the files on clients SFTP server. The business wants an explanation on this approach on how can we validate if all the bytes got transferred successfully. As in the
bytes on the source=bytes on target
The business is questioning this approach where in there is no facility in webMethods which would check for the file transferred is equal to file received in terms of its size.
Does SFTP do partial transfers and not throw any error messages. I know that 0 bytes file can be written to the target if there i disk issues but i thought the transfer was atomic as in whole file or none.
Is there some service in webMethods that could check on bytes transferred?
Please HELP!!!