GridFTP to transfer binary type data
------------------------------------
Key: AIRAVATA-373
URL: https://issues.apache.org/jira/browse/AIRAVATA-373
Project: Airavata
Issue Type: Improvement
Components: GFac
Reporter: Raminderjeet Singh
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);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira