[
https://issues.apache.org/jira/browse/VFS-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712082#comment-17712082
]
Mahesh commented on VFS-835:
----------------------------
When looked at SFTP Trace logs, we see repeated "sent status End Of File"
messages when FileObject.{*}copyFrom(){*} method was used and at the end this
was force closed. Incase of Native SFTP, we see only one "sent status End Of
File" and graceful closure of call. Looks like when encryption is enabled, API
call seems to be not able to read or get End OF File immediately. Any thoughts
here?
> Severe Performance Issue - FileObject.copyFrom()
> ------------------------------------------------
>
> Key: VFS-835
> URL: https://issues.apache.org/jira/browse/VFS-835
> Project: Commons VFS
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Mahesh
> Priority: Blocker
> Fix For: 2.6.0
>
>
> We are facing severe performance with the FileObject.copyFrom() method, this
> method is taking 28 minutes for 20 MB file, its faster for un encrypted files
> (less than a minute), but with encryption on it is taking 28 minutes for 20
> MB. We don't have any way to trace further, can you help?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)