Reputation: 1
I am trying to check data integrity for a file transferred from local system to flash drive connected on a remote system.
So couple of questions:
Is there any better approach or suggestions to verify data corruption while moving a file from local system to a flash drive connected on remote system?
Thanks.
Upvotes: -1
Views: 534
Reputation: 7225
scp
is quite good software for this purpose. You can use also sftp
sha256
is very good hashing algorithmUpvotes: 0