[ 
https://issues.apache.org/jira/browse/VFS-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Stockhammer updated VFS-410:
-----------------------------------

    Attachment: SftpFileObject.java.patch

Ok, I removed the version check and attached the patch  as file with license 
grant. I hope it has the correct format. 
                
> 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
>
>         Attachments: SftpFileObject.java.patch
>
>
> 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