nftpd

1.0.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i nftpd

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • drzax
  • ashkyd