patrickjuchli / basic-ftp

FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] Read files data from the server without downloading

I2rys opened this issue · comments

commented

It would be really nice If this idea will be implemented because It's really useful.

This is already possible, read up on Node streams and how to store incoming data in a string.