Ver Mensaje Individual
  #9  
Antiguo 17-02-2016
NEG1414 NEG1414 is offline
Miembro
 
Registrado: mar 2007
Posts: 177
Reputación: 18
NEG1414 Va por buen camino
Nada no hay tu tia...

Conecto con el servidor, pruebo a mandar un archivo a una carpeta mediante
:
Código PHP:
       AnsiString PthAca    XMLDat.xml;
       
AnsiString PthAlla   "//ruru.hosting.com//NewDatos//XMLDat.xml";

       
Ftp->Put(PthAca,PthAlla,true); 
perfecto...

Pero a la hora de realizar el cambio de permisos
Código PHP:
Ftp->SendCmd("chmod 555 //ruru.hosting.com//NewDatos//XMLDat.xml"); 
Na de Na

Alguna idea Gracias...
Responder Con Cita