I can't figure out how to get the hostname to work. If you look in the original FSBrowser code, they were able to tie the site to a host at "esp8266fs.local" so that the site was always accessible without having to know the actual IP (which, at least in the original FSBrowser code, changed on me every once in a while).
This needs to be tied down, either to a single IP, or the ability to use a hostname like the original FSBrowser so that it's easily reachable.
The second problem I'm having is simply getting anything to print out on the serial monitor. None of those "os_printf" statements show up on the serial monitor I'm using for the ESP8266, and whatever is printing out on the serial monitor I can't seem to trace (it's not coming from this example code, is it part of one of the libraries?)
Thanks!