Skip to content

Instantly share code, notes, and snippets.

@alambike
Last active August 29, 2015 14:07
Show Gist options
  • Save alambike/ca52b1b50483f2f4e84f to your computer and use it in GitHub Desktop.
Save alambike/ca52b1b50483f2f4e84f to your computer and use it in GitHub Desktop.
Descarga recursiva dun site
# por ftp con wget
wget -r --user=<usuario> --password=<password> ftp://<host>
# por http con wget
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent --domains <dominio> -H <dominio>
# por http con httrack
httrack "http://<dominio>/" -O <path_almacenamiento> "+*.<dominio>/*" -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment