Skip to content

stephanr/FlashAir-FileManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlashAir FileManager

This FileManager is based on:

Features

It allows to browse, upload and delete files on SD Card and to know the current capacity of the Card.

The FileManager was tested with a FlashAir W-03 card and Chrome 71 / Firefox 63 on the other end.

User Interface

Screenshot fo UI see doc/UI.png

Configuration

  1. Backup the content of SD_WLAN of your SD Card - just in case
  2. Add/Replace the content of SD_WLAN by the one from this repository
  3. Edit the CONFIG based on your network - I have prepared CONFIG-SAMPLE, it joins existing network - just need to complete SSID/Password and Name
    • APPMODE=5 Autostart WLAN mode and configure it to join an existing Network (STA mode)
    • APPSID defines the WLAN SSID to join and APPNETWORKKEY is the password
    • DELCGI=/thumbnail.cgi,/config.cgi disables the cgi scripts to view thumbnails or to configure the settings via browser
    • WEBDAV=0 disabled the WebDAV drive like features
    • UPLOAD=1 enables upload via browser
    • For more information please check: https://flashair-developers.com/en/documents/api/config/
APPMODE=5   
APPSSID=<Your-SSID>   
APPNETWORKKEY=<Your-Password>   
APPNAME=<YourName>  
DELCGI=/thumbnail.cgi,/config.cgi
WEBDAV=0
UPLOAD=1
  1. you can edit the List.htm to change the header
<title>FlashAir SD Card</title>
<a class="navbar-brand" href="#">FlashAir SD Card</a>
  1. Unplug and replug card to refresh settings

About

FlashAir Web File Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • HTML 10.9%
  • CSS 3.5%