On Wed, 3 Apr 2002, Craig Westerman wrote:
> I did that first thing. Also tried chmod g+rwx
> I can copy manually via Telnet, but something is wrong with my PHP script.

chmod g+w probably won't help you, since Apache normally runs as user 
'nobody', who tends not to be in groups with anyone else. So the directory 
would need to either be owned by user 'nobody', by nobody's group, or 
chmod o+w.

Also, from your code it's not clear what directory is being written to. 
Are you sure you know?

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to