Forum Moderators: coopster
What I basically needed to do is: I have a USB stick for clients to update files from the webserver. When a client plugs in his USB stick, it should perform an automatic download of files that are newer dated to the stick.
It could have a web browser with an interface to do the communication with the server. The files are stored in a mysql database.
Any ideas on how to approach this issue?
-Should I build a php page as interface OR is there ready made software available to perform the sync with the webserver?
I have been diving through the net but haven't found THE appropriate solution yet.
Is there anyone who has done this before?