Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (29 loc) · 1.08 KB

Boot Shell - A WebShell base on JSP and use Bootstrap

How to use

  1. Combine the bootshell_backend.jsp and the bootshell_frontend.jsp together.
  2. Deploy the final JSP file to your application.
  3. Edit the Config class to set the username and password for later login.
  4. Browse the final JSP file in your website.

Function List

  • Customize username and password
  • File Browser: Basic
  • File Viewer
  • File Downloader
  • File Deleting
  • File Browser: Quick Go To
  • File Browser: File/Folder Creating
  • File Browser: File/Folder Renaming
  • File Editor
  • File Browser: File Uploading
  • File Browser: File/Folder Compressing and Extracting
  • File Browser: Multiple File/Foldder Compressing
  • Multiple File/Folder Deleting
  • Multiple File/Folder Downloading
  • Terminal: Basic
  • Terminal: Advanced
  • System Info: Basic

Enhancement

  • File Browser: Remember & Recover Scroll Position
  • Top the alert layer
  • File Browser: Quick Go To - Autocompletion
  • File Browser: Delegate the view button on folder to go into it.