This is the way of explaining what I am trying to do...
http://servicelab.co.uk/cgi-bin/files/
File1.php (chmod 666)
File2.php (chmod 755)
File3.php (chmod 777)
File4.php (chmod 755)
New <Dir> (chmod 755)
The above shows you 4 files and a dirctory in the files folder.
When people go to my site and complete a simple form script. "Please Enter A Directory"
It will then make the following, copy then files over, and then CHMOD them to the static mode.
http://servicelab.co.uk/cgi-bin/$dir/
File1.php (chmod 666)
File2.php (chmod 755)
File3.php (chmod 777)
File4.php (chmod 755)
New <Dir> (chmod 755)
Its basically a simple copy and paste with CHMOD at the end. I have tried editing script like FTP2FTP, but the server is unable to use ftp.
Please help me....
Thanks