I have finished a script called CoolFTP.and I make a install script to install CoolFTP to my server.It will be create directory,but it dos'n work,why? You can download it by here http://free868.com/~phpcenter/data/CoolFTP v1.0.zip
Who can help me?
Yours truely --George
Have you set the parent directory to write access to the web server. So on a *nix box you will probably just chmod it to 777.
Or, change to the owner and group of the web server and then give that user full control of that parent directory.
Richard
Yes,I do it in install script like this:chmod($path,0777);but also it dosn't work!