8.pngUnas breves líneas para recoprdar que, en caso de que tengamos un proxy delante nuestro, podemos disponer la la aplicación wget editando el fichero de configuración: /etc/wgetrc

[root@polifemo ~]# vim /etc/wgetrc

# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.

use_proxy = on
http_proxy = http://proxy.solusan.com:8080/

  • Facebook
  • Twitter
  • Google Buzz
  • E-Mail
  • Google Bookmarks
  • Google Reader
  • Delicious
  • Digg

6 Comments

  1. Vidal says:

    Buen Aporte :)

  2. Carlos says:

    Genial justo lo que andaba buscando .. Grasias solusan

  3. alex says:

    Buen apunte, ahh y si quiere pasar un proxy agregue

    http_proxy=http://1.2.3.4:8080/
    proxy_user=user
    proxy_password=password

  4. Init0 says:

    Todas las soluciones implican la edición del un fichero. Cuando se trata de algo temporal, es mejor hacerlo en línea de comnados de la siguiente forma:

    wget -e “http://UsuarioProxy:Contraseña@proxy:puerto” http://servidor/fichero_a_descargar

    Un saludo

Leave a Reply