0

How to check 2 same files for any data corruption while transferring it to from one OS(Linux) to another OS (Open VMS).

--- I am creating a single file on linux machine ,and transferring it by using sftp on to ovms machine.

Now, how do I check if the data in the files which I have sent is same or has been corrupted while transfer??

4

1 回答 1

1

基于超级用户中的线程如何检查文件是否损坏?, 怎么做checksum

$ cksum faaa
4294967295 0 faaa

在发送之前和之后。然后比较值。如果相等,则 sftp 传输成功。

于 2013-07-25T12:40:24.627 回答