mscdex / node-ftp

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

Update connection.js #238

Closed rmp closed 4 years ago

rmp commented 5 years ago

Switched out deprecated Buffer constructor.

Traced from "Pointer not aligned" exceptions during fork()s in node-webkit, via proxy-agent => proxy-pac-agent => get-uri => ftp

msimerson commented 4 years ago

duplicate of #230