scp file from hostb to hostc while logged into hosta
scp user@hostb:file user@hostc:
While at the command line of of hosta, scp a file from remote hostb to remote hostc. This saves the step of logging into hostb and then issuing the scp command to hostc.