{"library":"ftp","type":"library","category":null,"description":"This is an FTP client module for Node.js, providing an asynchronous interface for communicating with FTP servers. The latest stable version, 0.3.10, was last published in February 2016, making it a very old and unmaintained package. It primarily supports older Node.js versions (>=0.8.0) and exclusively uses CommonJS modules. It offers core FTP operations such as listing directories, downloading, and uploading files through an event-driven API. While it was a foundational FTP client in early Node.js ecosystems, it lacks modern features, security updates, and active maintenance compared to newer, actively developed alternatives like `basic-ftp` or `promise-ftp`.","language":"javascript","status":"abandoned","version":"0.3.10","tags":["javascript","ftp","client","transfer"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ftp","imports":["const Client = require('ftp')","const Client = require('ftp');\nconst c = new Client();","c.on('ready', () => { /* ... */ });\nc.on('error', (err) => { /* ... */ });"]},{"cmd":"yarn add ftp","imports":[]},{"cmd":"pnpm add ftp","imports":[]}],"homepage":null,"github":"https://github.com/mscdex/node-ftp","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ftp","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ftp/compatibility"}}