

This CGI allows renaming of all the directories and files.
http://<ip>/cgi-bin/rename?fn=<source dir>&fd=<destination dir>
- ip: Flucard® IP address
- source dir is path of the folder or file to be renamed
- destination dir is the new path and name of the folder or file
Rename the folder /mnt/sd/DCIM to /mnt/sd/HELLO
- http://192.168.1.1/cgi-bin/rename?fn=DCIM&fd=HELLO
Rename the file /mnt/sd/DCIM/123.JPG to /mnt/sd/DCIM/abc.JPG
- http://192.168.1.1/cgi-bin/rename?fn=DCIM/123.JPG&fd=DCIM/abc.JPG







