Last active
September 24, 2020 16:27
-
-
Save thiagosf/22f992d2f02f701cfc0631b7ca29bf23 to your computer and use it in GitHub Desktop.
Copy all files from FTP in background with nohup
This file contains hidden or 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
nohup wget -r -l 0 --user="user" --password="pass" ftp://domain.com/ . & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment