Summary

This CGI allows you to create or delete folder.



Syntax of the CGI

http:///cgi-bin/folderOpt?fn=<operation>&fd=<dir>
- ip: Flucard® IP address
- operation is the operation option. It takes either 'c' or 'd'
  c = create folder
  d = delete folder
- dir is the name and path of the folder to be created or deleted. Root directory is /mnt/sd.



Example

Create a new folder called HELLO in /mnt/sd/
- http://192.168.1.1/cgi-bin/folderOpt?fn=c&fd=HELLO

Delete the folder DCIM/SUBDIR
- http://192.168.1.1/cgi-bin/folderOpt?fn=d&fd=DCIM/SUBDIR