Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/01/2007, 17:02
Avatar de humanista
humanista
 
Fecha de Ingreso: abril-2005
Mensajes: 878
Antigüedad: 19 años, 7 meses
Puntos: 15
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)