Hi all,
I have been asked to develop a usb stick system where files would be updated from the web server to a transportable device such as a usb stick.
Basically, a user plugs in his usb stick and the stick launches an interface php page where he/she can click "update files" or an "update available" message appears.
If clicked update, the webserver transfers the necessary files to the usb device.
The user then has the opportunity to browse through the website on the usb device in offline mode.
How would you attack this project? Any thoughts?
I think the usb device needs to have a portable web server installed to handle the php pages.
And it could be database driven and just updates the database and files on the usb device.