Closed dustinbolton closed 7 years ago
I'd like to upload via a stream by piping in data. Essentially I'm wanting to pipe streamed data from one server via get() to another server via put(). Is this possible with this library any way?
Hi @dustinbolton
Sorry we can't since we depend on lftp binary.
lftp
Had the same requirement. Thank for clarifying @Atinux
I'd like to upload via a stream by piping in data. Essentially I'm wanting to pipe streamed data from one server via get() to another server via put(). Is this possible with this library any way?