scp source destination
scp -i .ssh/key ./test.txt ubuntu@ip:~/
This will copy the file test.txt from the source machine where this scp command is being run to the destination machine at ip address. They key will be used from .ssh folder with the name of key file as key.