Simon:
rsh -l<login-name> <router-ip> sh ver
"rsh -l login ip" on its own should get you a login shell. rcp is the usual
way to copy files across, but "cat srcfile | rsh -l login ip 'sh cat
destfile'" should work if you have to. Hope that helps.
--
MJR