jsftp
jsftp copied to clipboard
Can Ftp.get(remotePath, callback) works with no real remote file but just a Buffer
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