mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 244 forks source link

Files list is incomplete if more than 9998 files in directory. #260

Open ssjohl opened 4 years ago

ssjohl commented 4 years ago

If FTP directory has more than 9998 files, the list() function trims list to just 9998 files.