Re: Sftp performance

2020-03-26 Thread Andreas Schneider
On Thursday, 26 March 2020 04:39:40 CET Santiago Ganis wrote:
> Hello,
> 
> > My sftp download implementation is 3x slower than the upload.
> > I played with non-blocking mode and different buffer sizes but similar
> > results. Is there another area where I can look into?
> > I am using the latest libssh with openssl 1.1.1e in windows 10.
> > 
> > Thanks.
> > San.

We need an async sftp API which we don't have, patches are welcome.


Andreas


-- 
Andreas Schneider a...@cryptomilk.org
GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D





Sftp performance

2020-03-25 Thread Santiago Ganis
Hello,
> 
> My sftp download implementation is 3x slower than the upload. 
> I played with non-blocking mode and different buffer sizes but similar 
> results.  
> Is there another area where I can look into?
> I am using the latest libssh with openssl 1.1.1e in windows 10. 
> 
> Thanks. 
> San. 
>