Skip to content

Instantly share code, notes, and snippets.

@necmettin
Created August 14, 2015 18:42
Show Gist options
  • Save necmettin/608f4caa6f9f07d2e4db to your computer and use it in GitHub Desktop.
Save necmettin/608f4caa6f9f07d2e4db to your computer and use it in GitHub Desktop.
Download FTP folder using wget
wget -m ftp://username:password@server/path -A LISTOFFILENAMEEXTENSIONS -P TARGETFOLDER --limit-rate=200k -nv -o wget.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment