atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
203 stars 57 forks source link

Is it possible to put piped stream data? #48

Closed dustinbolton closed 7 years ago

dustinbolton commented 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?

atinux commented 7 years ago

Hi @dustinbolton

Sorry we can't since we depend on lftp binary.

geekhunger commented 3 years ago

Had the same requirement. Thank for clarifying @Atinux