Answer:
scp 1@bravo:2 3
where
1 is username which is allowed to read copied file on bravo;
2 is the full path on bravo to the copied file (relative path defaults to user's home directory on bravo);
3 is the path on local system to store the copied file (or, a dot, to have it stored into current directory, preserving the name of copied file).