Linux command for copying a file from remote server location to our local machine
scp -r testuser@10.0.5.215:/home/testuser/tmp/hello.txt /home/elcot/hello.txtI've used the above command to copy the file located at the server:10.0.5.215, location: /tmp/hello.txt username: testuser to my local machine local-username: elcot....
Could anyone help me to get the file located remotely....