Skip to content
/ fd-web Public

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

License

Notifications You must be signed in to change notification settings

ritjc/fd-web

Repository files navigation

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

Writable

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published