Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Last active September 24, 2020 16:27
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 thiagosf/22f992d2f02f701cfc0631b7ca29bf23 to your computer and use it in GitHub Desktop.
Save thiagosf/22f992d2f02f701cfc0631b7ca29bf23 to your computer and use it in GitHub Desktop.
Copy all files from FTP in background with nohup
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