質問

We suppose i have a local file in my sdcard, that an Android app did downloaded and stored, in any time in the remote server this file can change (the content) although the file name is the same.

How can i check the file versions without download the file?

役に立ちましたか?

解決

304 Not Modified http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Get the date from the version of the file on the SD card and ask the server if / for versions newer than that date.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top