Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active July 29, 2016 11:57
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 jkullick/3f6d0e087c78150672a6ea1809229e15 to your computer and use it in GitHub Desktop.
Save jkullick/3f6d0e087c78150672a6ea1809229e15 to your computer and use it in GitHub Desktop.
Download Files recursively from FTP with wget
wget -r -l inf -nH -nc --restrict-file-names=nocontrol ftp://$USER:'$PASSWORD'@$SERVER/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment