scp permission denied
I think you don’t have write permissions. Make sure you have write permissions to the destination.
Make sure the directory you are copying to on 10.10.10.12
is owned by the user username
chown username Downloads
On your local machine then do
scp -r filename.zip admin@10.10.10.12:~/Downloads