Wiki Home >> CONFIG-HTTP-API
CONFIG-HTTP-API
>[!IMPORTANT]
>All URL data must be properly URL encoded!
Mounting a device slot
/mount?hostslot=<hs>&deviceslot=<ds>&mode=<m>&filename=<path_to_filename>
This is used by the web admin to mount the specified filename
- hs Host Slot (0-7)
- ds Device Slot (0-7)
- m Mode 1 = READ ONLY, 2 = WRITE
- filename = Full path relative to host slot.
Unmounting a device slot
/unmount?deviceslot=<ds>
This is used by the web admin to unmount the specified device slot.
- ds Device Slot (0-7)
Wiki content is mirrored from the FujiNet Github Wiki