Hello,
We have the following problem when using SSHFTPClient.get in BINARY MODE.
The source file is transferred from unix box which has CL carriage return, when the file is transferred to a windows machine, all carriage returns are changed to windows CRLF.
This will cause the transferred file size to increase.
sshFtp.setType(FTPTransferType.BINARY);
Thanks,