|
Posted by Simon Niederberger on 03/06/06 19:41
My solution was this:
Access file via local FTP. This will set the owner / group according to the
FTP login. Obviously, this requires FTP access to the file location.
Simon
"Simon Niederberger" <simon@sincore.ch> wrote in message
news:440195bc@news201.datazug.ch...
> Hi all
>
> I need to write a script which overwrites certain .php files in the
> current directory. Running as www user, I get a Permission denied on
> fopen. Obviously, I could CHMOD all files to allow for writing of the www
> group. However, I guess this would be quite a security flaw, so here's
> what I'd like to do:
>
> Change "running" user from www to root (or any other user), do fopen /
> fwrite / fclose, change user back.
>
> (How) Can I do this with PHP?
>
> Thanks a lot
> Simon
>
Navigation:
[Reply to this message]
|