[PHP] Re: Can't write to file via php, just via ftp...Can anyone help?

2001-07-31 Thread elias
Hmm...I'm not a *nix guru, but I remember there is a command that allows you to change current user. so suppose it was called: changeuser, do this with PHP as web user: 1)execute changeuser [ftplogin] [ftppassword] normally the ftp user have the rights to change mode and write to files 2)execute

[PHP] Re: Can't write to file via php, just via ftp...Can anyone help?

2001-07-30 Thread Henrik Hansen
[EMAIL PROTECTED] (Stephan HüBner) wrote: > Hello all, > > another newbie-question, probably... :-) > > And sorry for my (possibly) bad english, I'm from Germany. > > the problem I noticed is that I have to write to a file on the server. I > created a directory where I store the files,