Your commands should be similar to the following,
Code:
$scp filename user@host:filename
or to a directory
Code:
$scp filename user@host:dirname/.
You have a forward slash in the second command which indicates the root (/) filesystem of the host you are copying the file to and not the users home dir.
As others have mentioned you thread needs to have a title that reflects the problem and not the urgency. Threads are not prioritised by how urgent they are. When someone comes along who can help you then you will get a reply.