0.0.9 • Published 10 years ago

baby-ftpd v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago