Heya folks!
I'm playing with an idea but aren't smart enough to figure out why I've only seen it done by Wordpress.
Say I've written a script for public use. Instead of offering update packages for the users to download, unzip, upload and then run an update script, what would be some of the necessary technologies or php functions/modules to make something like this possible? Curl/ftp_put, perhaps? I would fall back to a downloadable package for the cases in which someone chose to update in the traditional method, but am very interested in trying something like this.
Thanks for your time!