ftpd.js
Version:
A FTP Server made in node.js
25 lines (18 loc) • 1.25 kB
Markdown
# ftpd.js
ftpd.js is a FTP Server powered by <kbd>Node.js</kbd>
[](https://javaportals.io/ci/project.html?projectId=FtpdJs)
[](https://npmjs.org/package/ftpd.js)
[](https://npmjs.org/package/ftpd.js)
[](https://github.com/javaportalsio/ftpd.js/issues)
[](https://npmjs.org/package/ftpd.js)
## Install
You can install the latest stable release from npm
```sh
$ npm install ftpd.js
```
You can get the latest development builds from our ci [](https://javaportals.io/ci/project.html?projectId=FtpdJs)
if you're feeling more adventurous
# RFC's Relevant
- [959](https://tools.ietf.org/html/rfc959/ "RFC959")
- [2389](https://tools.ietf.org/html/rfc2389/ "RFC2389")
- [5797](https://tools.ietf.org/html/rfc5797/ "RFC5797")