|
You almost have it.
Doing it your way you should have ended up with a file called mycomp.company.org (using scp filename mycomp.company.org )
Try this instead:
scp filename mycomp.company.org:
You have to put the colon in to let it know that is a system instead of a file name.
|