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

Gary D. Gregory updated VFS-410:
--------------------------------

    Summary: [SFTP] SftpFileObject getInputStream(long) reads the whole file 
into memory  (was: If using getInputStream(long position) on SftpFileObject the 
file is read into memory)
    
> [SFTP] SftpFileObject getInputStream(long) reads the whole file 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