Created
November 20, 2020 11:15
-
-
Save philipp-r/846e893bddcc5247f4fd5fbc01ff3a75 to your computer and use it in GitHub Desktop.
Backup files from FTP with wget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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