smotlythomas

Results 1 issues of smotlythomas

I try this with two differents FTP server : `var Client = require('ftp'); var c = new Client(); c.on('ready', function() { c.list(function(err, list) { if (err) throw err; console.dir(list); c.end();...