When we use writeStream method of SftpAdapter class Ref to copy files, the binary files are not properly getting copied. The file size shown is identical but the hash of the files are different.
Can the behavior altered using Config parameter to make it binary safe?
When we use
writeStreammethod ofSftpAdapterclass Ref to copy files, the binary files are not properly getting copied. The file size shown is identical but the hash of the files are different.Can the behavior altered using
Configparameter to make it binary safe?