Skip to content

jakbin/filebrowser

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

filebrowser

The single page web file browser that use ajax.

flask PyPI version Downloads Downloads

Features

  • Create Folder and File
  • Delete Folder and File
  • Rename Folder and File
  • Download File and Folder (folder as zip)
  • File and Folder size
  • File Upload
  • Drag and Drop file upload
  • copy File and folder
  • move File and folder

Installation

pip3 install filebrowser

Usage

filebrowser

filebrowser --host {custom_address} --port {custom_port} --dir {folder_path}

filebrowser --host {custom_address} -p {custom_port} -d {folder_path}

To do

  • Use pure js.
  • Comment code.