spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
384 stars 96 forks source link

File download via glob pattern not working #114

Open aglyoda opened 6 years ago

aglyoda commented 6 years ago

File download via glob pattern not working. Example:- */dir/.txt* Error:- 15:15:28.726 Debug SFTP: Opening file '/dir/.txt' (Open, Read): failure. 15:15:28.726 Verbose SSH: Session 37: Sent packet SSH_MSG_DISCONNECT (84 bytes). 15:15:28.736 Verbose SFTP: Filesystem access error: Invalid path. 15:15:28.736 Info SSH: Session 37: Connection close requested

apexearth commented 5 years ago

I ran into this too, as noted in the README:

TODO: download via glob pattern.

Looks like it isn't implemented and that TODO was added 6 years ago.