Assuming you already have shell access, you could use ssh or scp, if you want to print to standard out you could do as follows
ssh user@host -t 'cat /path/to/your/file' Or use scp to copy the file scp user@host:/path/to/your/file ~/local_file_destination