You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a SFTP server that hosts a ton of files. I need to list and filter by timestamp. Would be great if I could get a stream of files instead of buffering them all.
The text was updated successfully, but these errors were encountered:
I don't really have an objection to this, but I would prefer to mirror the node fs API. Just recently there was a feature request opened in the node repo requesting this kind of feature (indirectly). If there is at least agreement on the API for that in node, I can probably safely go ahead and eagerly implement it similarly in ssh2-streams.
Is there any update on implementing this feature? The feature request you linked: nodejs/node#15699 is closed. Does that mean it's ready to implement in ssh2-streams ?
I have a SFTP server that hosts a ton of files. I need to list and filter by timestamp. Would be great if I could get a stream of files instead of buffering them all.
The text was updated successfully, but these errors were encountered: