You need to first connect to the VPN. Thereafter, you can use SCP to copy files from the CYBER RANGES virtual machines to your machine and vice versa.
Copy File from Your Local Machine to CYBER RANGES VM
scp /path/to/local/file username@VM_IP:/path/to/remote/destinationCopy File from CYBER RANGES VM to Your Local Machine
scp username@VM_IP:/path/to/remote/file /path/to/local/destination