You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When we use
writeStream
method ofSftpAdapter
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?The text was updated successfully, but these errors were encountered: