# ftpd.js
ftpd.js is a FTP Server powered by <kbd>Node.js</kbd>

[![Build Status](https://img.shields.io/teamcity/https/javaportals.io/ci/s/FtpdJs_Build.svg?style=flat-square)](https://javaportals.io/ci/project.html?projectId=FtpdJs)
[![Licence](https://img.shields.io/npm/l/ftpd.js.svg?style=flat-square)](https://npmjs.org/package/ftpd.js)
[![Downloads](https://img.shields.io/npm/dm/ftpd.js.svg?style=flat-square)](https://npmjs.org/package/ftpd.js)
[![Issues](https://img.shields.io/github/issues/javaportalsio/ftpd.js.svg?style=flat-square)](https://github.com/javaportalsio/ftpd.js/issues)
[![Version](https://img.shields.io/npm/v/ftpd.js.svg?style=flat-square)](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 [![Build Status](https://img.shields.io/teamcity/https/javaportals.io/ci/s/FtpdJs_Build.svg?style=flat-square)](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")
