If using getInputStream(long position) on SftpFileObject the file is read into 
memory
-------------------------------------------------------------------------------------

                 Key: VFS-410
                 URL: https://issues.apache.org/jira/browse/VFS-410
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Martin Stockhammer
             Fix For: 2.1


The method {{getInputStream(long filePointer)}} in {{SftpFileObject.java}} 
reads the complete file into memory to create the input stream.
Newer versions of JSch provide a method 
{{channel.get(file, monitor, filePointer);}}
that is much faster.

--
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

        

Reply via email to