Re: Sftp with [crc32] hash

2018-01-12 Thread Stefan Magnus Landrø
You could use the built in java crc32 functionality and implement the missing digest. https://docs.oracle.com/javase/7/docs/api/java/util/zip/CheckedInputStream.html Sendt fra min iPhone > 12. jan. 2018 kl. 16:31 skrev Dennis van der Laan : > > Hi, > > I made an

Sftp with [crc32] hash

2018-01-12 Thread Dennis van der Laan
Hi, I made an integration between SSHD and Apache Jackrabbit, so we can upload content to Jackrabbit through Sftp. We sync contents with a synchronization client (Beyond Compare - https://www.scootersoftware.com/) which sends [crc32] as a hash algorithm to compare the contents of files. I get a

Re: Sftp with [crc32] hash

2018-01-12 Thread Stefan Magnus Landrø
Have you had a look at this: https://github.com/apache/mina-sshd/tree/master/sshd-core/src/main/java/org/apache/sshd/common/digest Cheers, Stefan 2018-01-12 16:31 GMT+01:00 Dennis van der Laan : > Hi, > > I made an integration between SSHD and Apache Jackrabbit, so we