amazon web services - PuTTY secure copy client | -bash: pscp: command not found | -


i trying learn amazon's aws - ec2 service , following tutorial (at https://docs.aws.amazon.com/awsec2/latest/userguide/ec2_getstarted.html)

have launched instance , on step:2, connect instance. got putty , followed tutorial connection using putty (at https://docs.aws.amazon.com/awsec2/latest/userguide/putty.html)

here unable use command - pscp -i c:\path\my-key-pair.ppk c:\path\sample_file.txt ec2-user@public_dns:/home/ec2-user/sample_file.txt shows following error : ' -bash: pscp: command not found '

my main aim use online free temporary server host restful api have made , tested on localhost in python3.

i beginner in field , help.

thank you.

pscp windows program.

you not supposed use in putty terminal (on virtual machine shell), on local windows machine.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -