filebrowser
The single page web file browser that use ajax.
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 filebrowserUsage
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.