Skip to content

Instantly share code, notes, and snippets.

@eamexicano
Created May 14, 2016 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eamexicano/934fa67a268e60c453246f3ab09c73c9 to your computer and use it in GitHub Desktop.
Save eamexicano/934fa67a268e60c453246f3ab09c73c9 to your computer and use it in GitHub Desktop.
Copiar un directorio de manera recursiva con wget
wget -r --user="user@example.com" --password="password" ftp://domain.tld/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment