2011/11/21 Adrián Alemán <[email protected]>: > Hola amigos :), > > Necesito bajar un manual de referencia de php desde > http://www.php.net/manual/es/index.php el cuál está en html. He probado > con wget --mirror -w 2 -p --html-extension --convert-links > -P /home/adrian/Manual-php-5.x http://www.php.net/manual/es/index.php > y no he podido. No tengo acceso a internet, aunque este sitio, (php.net), > está accesible desde mi intranet. > > Alguna sugerencia?
Si puedes navegar pero no descargar por wget probablemente estes detrás de un proxy. Prueba ejecutar `export http_proxy=http://servidor-ip:port/` con tu configuración del proxy antes del wget. Saludos -- Linux Registered User # 386081 A menudo unas pocas horas de "Prueba y error" podrán ahorrarte minutos de leer manuales. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAABYcjP2yn2gqQPT0W6_dabZUMP_9NOmEVLUgmLAHdC=g3-...@mail.gmail.com

