I looked at a previous question How to upload local file to server through Linux terminal and I am still having trouble performing the upload. I have downloaded a file to my computer and I am looking to upload this to my server.
The file name is bomb.tar.
I went with:
scp bomb.tar tim@example.com:.
I am getting an error there is no such file or directory, is there more that I would need to add on to the file name?