Goldstein Lyor created SSHD-881:
-----------------------------------
Summary: Use an internal chunking mechanism for
AbstractSftpClient#write implementation
Key: SSHD-881
URL: https://issues.apache.org/jira/browse/SSHD-881
Project: MINA SSHD
Issue Type: Improvement
Affects Versions: 2.1.0
Reporter: Goldstein Lyor
Assignee: Goldstein Lyor
The current code uses a single buffer to write the entire data. We should
consider using some internal chunking mechanism - e.g.,
{{SshConstants.SSH_REQUIRED_PAYLOAD_PACKET_LENGTH_SUPPORT - Long.SIZE}} as the
default chunk size.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)