jsftp
jsftp copied to clipboard
Expand check for readable stream to include streams that aren't stric…
…tly stream.Readable.
An example of such scenario would be using the Request library , which returns streams but would not pass the current check for stream.Readable.