SCP Command giving permission error why?

@royki @Inderpreet
Please find the attached screenshot. Why this is saying permission denied.?

@Ashu27

To copy to the specific location, either you have to change permissions or you can copy to /tmp and move from /tmp to /home/webdata

sudo scp nautilus.txt.gpg [email protected]:/tmp
steve@stapp02: mv /tmp /home/webdata

Hope this helps!

2 Likes

Thank you @Lakshmi. The task is completed successfully.

Thankyou @Lakshmi first copy to /tmp worked.