/quick-ftpd

A quick ftpd that create a ftp server by one command.

Primary LanguageJavaScript

quick-ftpd

A quick ftpd that create a ftp server by one command.

Install

git clone https://github.com/cyliang/quick-ftpd.git
cd quick-ftpd
npm install

Usage

node server.js <port> <user> <password> [document_root]