For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rsync - copy file on remote server to local

Copy file on remote server to local with Rsync

Snippet

rsync -av ubuntu@remote_server:/your_file_path .

Last updated