Skip to content

File manager web server based on Node.js with Koa, Angular.js and Bootstrap

License

Notifications You must be signed in to change notification settings

milesmou/node-file-manager

This branch is 9 commits ahead of efeiefei/node-file-manager:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 13, 2023
df771c3 · Jul 13, 2023

History

35 Commits
Jul 13, 2023
Sep 21, 2015
Jul 12, 2023
Jul 12, 2023
Mar 2, 2016
Aug 4, 2016
Jul 13, 2023
Jul 12, 2023
Jul 12, 2023

Repository files navigation

fork from https://github.com/milesmou/node-file-manager.git

Screen Shot

screenshot

Usage

  git clone https://github.com/efeiefei/node-file-manager.git
  cd node-file-manager
  npm i
  cd lib
  node --harmony index.js -p 8080 -d /path/to

Or

  use cli tool in bin directory
  you can modify before run

We can run node-file-manager in terminal directly. We can specify prot add data root dir by -p and -d, default with 5000 and scripts directory.

Then, we can view localhost:8080/ in our browr.

About

File manager web server based on Node.js with Koa, Angular.js and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.2%
  • HTML 32.8%
  • Batchfile 1.0%