When I make a directory from within a php-file I don't have the right to
delete it or files in it with a ftp-progam. I use the command below:

mkdir($dir, 0777);

I first tried 0755 and later 0777, but neither of them worked.

Does anyone know how to solve this problem?

Jochem
The Netherlands



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

Reply via email to