OnDemand Users Group

Support Forums => ODWEK, Java and REST APIs => Topic started by: jyotiprakash satapathy on May 05, 2021, 04:01:03 PM

Title: Use Arsadmin Hash for file validation
Post by: jyotiprakash satapathy on May 05, 2021, 04:01:03 PM
Hi , Will it be a good approach to use arsadmin hash module to check source file completely downloaded  in file landing directory  . *(( not for regular /BAU file uploading  ) )*
Title: Re: Use Arsadmin Hash for file validation
Post by: Justin Derrick on May 05, 2021, 09:36:51 PM
That only works if you already know the hash for the downloaded file.  You're probably better off using a built-in library to calculate the hash.

-JD.