How to download a file from EC2 instance to Local Computer

后端 未结 4 2017
南方客
南方客 2021-02-06 06:22

i have an instance of ec2.it have some files.i tried to download my file from ec2 instance to my local Ubuntu 13.10.i run this command

scp -i /home/ritesh/.ssh/         


        
4条回答
  •  死守一世寂寞
    2021-02-06 06:58

    You need to specify your download location. If its the current directory, you can just add a ..

    scp -i /home/ritesh/.ssh/id_rsa2 apps@XXX.20.24.XXX:/home/apps/dev/comp-eng/arena-client/build/arena-client-7.1.0.zip .

提交回复
热议问题