ftpd.js
Version:
A FTP Server made in node.js
75 lines (38 loc) • 1.72 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Home</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Home</h1>
<h3>ftpd.js 0.6.0</h3>
<section>
<article><h1>ftpd.js</h1><p>ftpd.js is a FTP Server powered by <kbd>Node.js</kbd></p>
<h2>Install</h2><p>You can install the latest stable release from npm</p>
<pre class="prettyprint source lang-sh"><code>$ npm install ftpd.js</code></pre><h1>RFC's Relevant</h1><ul>
<li><a href="https://tools.ietf.org/html/rfc959/" title="RFC959">959</a></li>
<li><a href="https://tools.ietf.org/html/rfc2389/" title="RFC2389">2389</a></li>
<li><a href="https://tools.ietf.org/html/rfc5797/" title="RFC5797">5797</a></li>
</ul></article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ftpdjs.html">ftpdjs</a></li><li><a href="Interface.html">Interface</a></li><li><a href="Server.html">Server</a></li><li><a href="User.html">User</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0-dev</a> on Wed May 27 2015 15:03:13 GMT+0200 (CEST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>