Skip to content

Files Page

Boaz Feldboim edited this page Oct 18, 2021 · 6 revisions

The files page is not accessible from the menu. In order to access this page, you should enter in the browser address line http://your-device-IP-address/files. This page can be used in order to view and/or modify the content of the micro SD card.

The files web page looks as follows:
Files Screenshot

The address line looks as follows:
Files Address Line
The address line contains the path to the current directory that the page lists its content. The '~' sign stand for the root directory.
By clicking on the following symbols, it is possible to do the following actions:

Symbol

Location

Action

Add Directory Symbol Right of the address line Create a new directory in the current directory.
Upload File Symbol Right of the address line Upload a file to the current directory
Delete Symbol Left side of a file or directory line Delete a file or a directory, depending of the specific item listed in the line.
Change directory Symbol Left side of a directory line Change the current directory.
Download File Symbol Left side of a file line Download the file to the local file system.

In order to navigate back to a parent directory, you can click the name of the directory to which you want to navigate to in the address line.

The logs directory contains log files from various dates. The log file name represents the date and time when the file was created. The maximum size of each log file is just slightly more than 4MB. The content of the log file is controlled by the various macros defined in the common.h header file. The content of the log files may help in finding problems in the code.

For example, in order to edit the config.txt file, it is possible to download it from the root directory, edit it and save it. Then upload it to the root directory.

When uploading and downloading files, the file names are preserved. However, if you download a file and there is already a file with the same name in the download directory, the downloaded file will be renamed. This is done by the browser.

The wwwroot directory contains all the files required to render the web pages supported by the device.