When that happens, it means there's an error in syntax, as you've probably guessed.
You need to specify the destination as well. If you want to copy it to the directory that you are in, you can just use a period, as it means current directory.
So,
Code:
scp 192.168.1.20:/home/file1.txt .
Note the space and period after "file1.txt"