jsftp icon indicating copy to clipboard operation
jsftp copied to clipboard

Can Ftp.get(remotePath, callback) works with no real remote file but just a Buffer

Open SameerTi opened this issue 8 years ago • 0 comments

I wish to do FTP download Test with this module

Apparently i will use Ftp.get(remotePath, callback)

However, i don't want to work with real file either remote or local I wish to pass size in MBs to this function and expect Buffer to be created out of It (in chunks) and contents to be streamed so in short eliminating any file whatsoever from picture

SameerTi avatar Mar 31 '17 04:03 SameerTi