1.0.4 • Published 11 months ago

fdw v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

fdw

A simple file directory web service that can be executed in any directory

Installation

  npm install fdw -g

  # or

  yarn global add fdw

usage

Execute in any directory

fdw -p 8080 --writable

Server Running , Access the server via : http://127.0.0.1:8080

Parameters

Usage: fdw <command> [options]

Options:
  -V, --version        output the version number
  -p, --port <number>  Server port (default: 8080)
  -d, --dir <value>    The root directory (default: "./")
  -w, --writable       File directory has write permission (default: false)
  -h, --help           display help for command

Features

Readable ( default )

  • display file list
  • sort by file attributes
  • download file
  • access subdirectory

Writable ( --writable )

  • upload multiple files
  • create directory
  • modify directory name
  • delete file
  • delete directory

Show

Readable

npm.io

Writable

npm.io