Hello,
is it possible to compare the checksum of 2 files in n8n, and if so, how to do it
Thanks for your help
Hello,
is it possible to compare the checksum of 2 files in n8n, and if so, how to do it
Thanks for your help
Hi @fporta,
Quickest thing I can think of would be to download the files then use the Execute Command node and run the sha256sum command (or md5sum) passing in the filepath then use the stdout option from both runs to do the check.
I’m sorry I didn’t get back to you, but I’m working on other projects that are overdue. Yes the solution suggest by @Jon works
Thank u very much
Thank you for letting us know!