Description
If you try to transfer large binary data files then you will see 0xD 0xA byte seq's becoming 0xA and transfer will not be successful. In gridftp client you need to set the transfer type to Image
to make it work. This need to be set for both in and out transfers. Its better if user can set the input/output type to binary from schema.
ftpClient.setType(GridFTPSession.TYPE_IMAGE);