node-ftp icon indicating copy to clipboard operation
node-ftp copied to clipboard

What is the status of node-ftp?

Open albemala opened this issue 7 years ago • 5 comments

I was wondering what the status of this node module is, since the last commit is 3 years old and there are a few PRs and many issues open.

This library is used by many developers and other modules. It would be a pity to have it discontinued, is there any interest in reviving it?

albemala avatar Nov 20 '17 14:11 albemala

I try to maintain it https://github.com/icetee/node-ftp And I begin rewrite the package in rewrite branch https://github.com/icetee/node-ftp/tree/feature/rewrite

There are more forks for fixes one error.

But I do @schipiga started and many bug fixes.

icetee avatar Dec 18 '17 03:12 icetee

Hello @icetee,

Yeah, I started to work on my fork, because there are issues, which I need to have been implemented. And first of all, for me it requires to support automatic reconnect on connection failure. Another feature, which I interested in, is concurrent downloading, and as I understood looking to code, it's not implemented reliable. And also I'm sad with project code quality, it's difficult debug it. That't why I'm planning to rework my fork in free time.

schipiga avatar Dec 18 '17 07:12 schipiga

Super. Look at my fork supported IPv6, UTF8, and the rewrite branch use ES6. Rewrite branch already supports the active connection.

I have not been able to go with him long ago, but I was well enough to remember it.

I am happy to receive the pull request.

icetee avatar Dec 18 '17 07:12 icetee

@icetee cool! Thank you 👍

schipiga avatar Dec 18 '17 07:12 schipiga

See https://github.com/mscdex/node-ftp/issues/277

jasonwilliams avatar Nov 25 '21 07:11 jasonwilliams