Skip to content

Instantly share code, notes, and snippets.

@philipp-r
Created November 20, 2020 11:15
Show Gist options
  • Save philipp-r/846e893bddcc5247f4fd5fbc01ff3a75 to your computer and use it in GitHub Desktop.
Save philipp-r/846e893bddcc5247f4fd5fbc01ff3a75 to your computer and use it in GitHub Desktop.
Backup files from FTP with wget
cd destination-direction
wget --mirror --continue --ftp-user=username --ftp-password=password --no-host-directories ftp://src/pathname/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment