I want to programmatically check the integrity of the files that I'm copying to a shared folder, this is part of a set of steps that are executed by an automation tool so I'm looking for the best (most elegant) way to make it more reliable without involving manual operations.
About the shared folder: It's a storage server and I can't deploy any of my stuff there. Would it be interesting to consider contacting someone that owns the server so they can provide a the info I need (i.e., the SHA-256 hash) ? Any alternatives?