Machine Path name

I'm trying to transfer a file from one machine to another using scp. However, I'm not exactly sure how to enter the path name. I'm copying the file OUTPUT.csv to
afs/umich.edu/user/k/s/kssteig in the directory titled equilibrium. I thought it was right to do:
scp OUTPUT.csv kssteig@umich.edu:equilibrium

Though an error message doesn't come up, I encounter a long delay and nothing goes through. what else would it be besides kssteig@umich.edu?

try this:


scp OUTPUT.csv kssteig@<machine name>.umich.edu:~/equilibrium/.

Alternately, can you ping or ssh to that box? You seem to be missing a host name.