phillipgreenii/node-ftp-stream

View on GitHub

Showing 1 of 1 total issue

Function _streamFtpGet has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function _streamFtpGet(ftpConnectOptions, files, deferredStream) {
      var c = new FtpClient();
      c.on('error', function(e) {
                debug('Connection Error: %s', e);
        deferredStream.emit('error', e);
Severity: Minor
Found in src/index.js - About 1 hr to fix
Severity
Category
Status
Source
Language