Trouble with upgrading to new version via ssh ubuntu commands

I am very new to this, and unfortunately my documentation on doing this has all of the commands as they work in mac os x, where I am on windows.

I am using PuTTY and trying to upgrade my version of looker via ssh. More specifically create a back up, and replace my .jar file. I am struggling with the command to back up my instance. It looks like this:
pscp -scp -i /Users/My Name/.ssh/che_looker.pem ubuntu@ec2-awsaddresshere.compute-1.amazonaws.com:/home/looker/looker /Users/My Name/20200213

getting an error ‘More than one remote source not supported’.

Any help here is appreciated.

0 1 121
1 REPLY 1

Try putting all parameters in quotes, like this:

pscp -scp -i "/Users/My Name/.ssh/che_looker.pem" "[ubuntu@ec2-awsaddresshere.compute-1.amazonaws.com](mailto:ubuntu@ec2-awsaddresshere.compute-1.amazonaws.com):/home/looker/looker" "/Users/My Name/20200213"