I have an EC2 Ubuntu instance and there are some project files stored in that instance. I was trying to transfer those files to my local computer. But I am getting an error.
scp -i /home/ritesh/.ssh/......./myfiles.zip(Source File)
But i am getting an error. So, what could be the issue?