• 0 Posts
  • 2 Comments
Joined 2Y ago
cake
Cake day: Jun 18, 2023

help-circle
rss

I agree with using rsync.

Open a screen then use something like this command:

rsync -arvzip --progress {$remote}:/path/to/remote/files /path/to/local/files

If you are using a different port for SSH, you’ll need to pass an option like -e 'ssh -p 12345'