0.0.9 • Published 9 years ago

baby-ftpd v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

BabyFtpd

This ftpd is simple ftpd which operates on node.js.
Please be created supposing using it for the test use of the system which has a ftp function, and keep in mind that it is unsuitable for employment in production environment.

Install

$ npm install baby-ftpd

Usage

BabyFtpd = require "baby-ftpd"

ftpd = new BabyFtpd
ftpd.addUser "test", "test"
ftpd.fileSystem.setBase "/var/ftp"
ftpd.listen 21, "localhost"

If you want to try error simulation mode, please use

ftpd.fileSystem.setQuotaSize [Max File Size(bytes)]

It will become an error if a larger file than the specified size is uploaded.

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago