Re: cambiar permisos a un DIRECTORIO del FTP vale, pero no me funciona, he hecho:
$path_completo = $_SERVER ["DOCUMENT_ROOT"].DIRECTORY_SEPARATOR."fotos".DIRECTORY_SEPARATOR.$ carpetafoto.DIRECTORY_SEPARATOR;
chmod ($path_completo,0777);
en q estoy fallando???
es una carpeta q está en un servidor al q accedo con ftp
el error q m sale es:
Operation not permitted (en la línea en la q hago el chmod) |