How to copy large files in the background
Knowledge Base - How To
You can use a command like
nohup sshpass -p "remote_password" scp remote_user@remote_URL:/path/to/remote/file /path/to/local/file
To launch the file copy but you can close your session/PC.