mscdex / node-ftp

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

Add Implicit Connection with Secure Data #216

Closed simy307 closed 6 years ago

simy307 commented 6 years ago

Currently a connection can be made with the "Implicit" option. However the data being transferred is not encrypted and an error would be passed down from the server

522 Data connections must be encrypted

This change would allow a connection with both an "Implicit" connection type and "Secure" data.