Tema
:
error con ftp_put()
Ver Mensaje Individual
#
4
(
permalink
)
02/08/2007, 12:26
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Re: error con ftp_put()
Prueba poniendo un @ antes de ftp_put para que no salga el error, algo asi:
Código PHP:
$ingresar
= @
ftp_put
...
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV