Hi
I know that using LFS I can get the last modified time of a local file. I’m not sure how to do this for a file on a server. I have seen references to using network.request with the HEAD method, but I’m not sure how to handle this. Basically I want to download a file from the server for my app, but only if it’s been modified since the last download.
Can someone point me in the direction of a tutorial? I am having a hard time getting off the ground with this one.
thanks,