Tagged Questions
4
votes
1answer
316 views
Appending checksum information to file
I'd like to embed checksum information into file, that I transfer.
It's tar.gz or tar.xz file and I can only transfer one file to remote side.
How do you recommend I embed checksum information?
I ...