[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SFTP Write async
[Thread Prev] | [Thread Next]
- Subject: Re: SFTP Write async
- From: Carlos Cabanero <carlosecabanero@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 2 Jun 2020 15:17:32 -0400
- To: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Cc: libssh@xxxxxxxxxx
We need it, so let’s get to work then. Is an interface like the one you suggested in that thread still how you would like it to look? My only constraint is that I need some type of callback to receive the data or bytes written, and that I think it would be better if we could control the offset from outside instead of done by libssh (as currently on the read). I’m getting great numbers by scheduling multiple concurrent reads at 32KB size each, so I was thinking scheduling multiple writes would be the way to go too. Thanks! On Tue, Jun 2, 2020 at 3:02 PM Andreas Schneider <asn@xxxxxxxxxxxxxx> wrote: > On Tuesday, 2 June 2020 20:32:36 CEST Carlos Cabanero wrote: > > I couldn’t find any async_write method, but some thought was put into it > > from this 2014 thread: > > https://www.libssh.org/archive/libssh/2014-06/0000014.html. Is this > > somewhere? Are we still interested to have it and are there any > suggestions? > > If you want it, you need to implement it. > > The best would be to completely rewrite the read and write async API and > create sftp_put() and sftp_get() wrappers. > > > Patches are welcome! > > > > Andreas > > -- > Andreas Schneider asn@xxxxxxxxxxxxxx > GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D > > >
Re: SFTP Write async | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
SFTP Write async | Carlos Cabanero <carlosecabanero@xxxxxxxxx> |
Re: SFTP Write async | Andreas Schneider <asn@xxxxxxxxxxxxxx> |