Forum Moderators: coopster
at the moment, i use a couple of cronjobs and wget to update some bits of the site, i would like to be able to specify a manual update by calling wget from an admin page.
the system() call works correctly, but i get permission denied. because, i presume, apache doesn't own the directory i am wget-ting to.
hmm... i can't chown the whole directory to apache.apache, because i need access to the directory for other users, (ftp). doesn anyone know a way around this?
many thanks