mscdex / node-ftp

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

self._curReq.cb is not a function #184

Closed ZililuYa closed 7 years ago

ZililuYa commented 7 years ago

TypeError: self._curReq.cb is not a function ???? c.mkdir('./htdocs/aa');

varunest commented 6 years ago

@nesfe Passing callback function is not optional.