mscdex / node-ftp

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

Over http proxy #185

Open mohazzabieh opened 7 years ago

mohazzabieh commented 7 years ago

How can i use ftp client over HTTP proxy.

var c = new client(); c.on('ready', function () { //my codes }); c.connect({ host: , user: '', password: '***' });