mscdex / node-ftp

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

Are there some api like mget ? #219

Open skyfore opened 6 years ago

skyfore commented 6 years ago

Sometime I want to download all file in /somepath

In ftp command line we can use mget, so are there some api like mget ?