icetee / node-ftp

An FTP client module for node.js
MIT License
25 stars 16 forks source link

Uncaught ReferenceError: reentry is not defined #3

Closed icetee closed 4 years ago

icetee commented 6 years ago

Related of https://github.com/icetee/remote-ftp/issues/1078

cctv1237 commented 6 years ago

looks like an code issue, reentry is not defined in this scope. So when ever goes into

if (self._socket && ip !== self._socket.remoteAddress) 

it will crash

cctv1237 commented 6 years ago

https://github.com/realtymaps/promise-ftp is using it as a dependency.

icetee commented 4 years ago

Fixed https://github.com/icetee/node-ftp/pull/15 PR.

icetee commented 4 years ago

Fixed it from the next release v1.0.7. Thanks to everyone.