Giter VIP home page Giter VIP logo

Comments (2)

mscdex avatar mscdex commented on June 26, 2024

I'm all for pull requests to improve things :-)

from node-ftp.

drzax avatar drzax commented on June 26, 2024

I thought you might say that. ;-)

I almost got to that stage while debugging yesterday, but I'm not sure I quite understand the implications of making changes of this scope.

I'm actually not quite sure why _reset is called when a login fails. One approach might be to implement an internal flag for the ready state, similar to the connected flag. I think this would then allow the parser response listener to avoid calling _send() to process items in the queue if the connection isn't ready.

The re-entry callback would also need to be modified so the socket doesn't get ended for error responses to USER or PASS commands. It would then be up to the user to detect failed logins and re-attempt connection. (Maybe connect should accept a callback to explicitly call with an error object if a connection or login fails, that way it's easier to know that a re-connection is required rather than having to process an error event to find out if it was a connection or login error? Though this doesn't help for a dropped connection as per my scenario above.)

Another idea might be to have the _reset() function call any callbacks on queued items with an error before destroying the queue.

from node-ftp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.