You could try this...
Code:
scp fileursending user@hostname:/home/you
"user@hostname" will be the user and name of the computer you want to send the file to and the ":/home/you" is the directory where the file will be copied to (or where ever you want).