I have a program on my ISY994 that runs once a day and saves a variable to a file. I used the @webpage:/mydir/status.htm command to create the file and the @webpage:@append:/mydir/status.htm command to update the file. These are in a Customizations that’s called using Send Notification.
When I moved these programs to ISY on Polisy, they are not working. The create command seems to run but I don’t see the file on the Configuration | Networking | Web Server page. I was able to copy a file from the computer side to the ISY side. If I try to open the file, I get a ./FILES/FILES/USER/WEB/STATUS.HTM not found error. If I change the url from //192.168.1.140:8443/FILES/USER/WEB/STATUS.HTM to //192.168.1.140:8443/USER/WEB/STATUS.HTM I can open the file. If I use right mouse New Folder or Delete, I get an error message as shown in the screen shot. The directory tree in Polisy ISY has an extra period that is not in the ISY994. Anyone doing something similar?