Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    ftp_raw

    ftp_raw

    (PHP 5 CVS only)

    ftp_raw __ Sends an arbitrary command to an FTP server

    Description

    array ftp_raw ( resource ftp_stream, string command)

    Sends an arbitrary command to the FTP server_ Returns the server's response as an array of strings_ No parsing is performed on the response string, nor does ftp_raw() determine if the command succeeded_

    Ejemplo 1_ Using ftp_raw() to login to an FTP server manually_

    <?php
    $fp = ftp_connect("ftp_example_com");
    
    /* This is the same as: 
       ftp_login($fp, "joeblow", "secret"); */
    ftp_raw($fp, "USER joeblow");
    ftp_raw($fp, "PASS secret");
    ?>

    See Also: ftp_exec()

     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html