1.0.1 • Published 9 years ago

nftpd v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Quick FTP daemon

nftpd (short for Node FTPd) is a quick FTP daemon you can fire up for developing, testing or sharing stuff quickly. It's a command-line frontend to nodeftpd and isn't intended as a production thing.

Usage

  • Install with npm install -g nftpd.
  • To fire up an anonymous FTP server in the current folder, run nftpd.

Note that this is a full-on server, with write and delete access.

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -u, --user [username]  Specify a username (default 'anonymous')
    -p, --pass [password]  Specify a password (default blank)
    -n, --port [number]    Port number to use. (default 2121)
    -d, --dir [root]       Root directory (default cwd)