i did some mess and I'm trying to rescue some files from my ubuntu server to my local windows 7 client.
Option WinSCP: Unfortunatelly WinSCP does not work anymore since I made the mess. (I run the following command:
sudo chown -R ubuntu /
So I changed the ownership of almost all files by mistake :-(. Seems as it has also an effect on connecting via WinSCP)Option pscp.exe: So I thought I could use pscp.exe but it seems to be challanging for a newbie like me. I'm permanently getting following error message:
FATAL ERROR: Network error: Software caused connection abort
. That's the command I'm using:pscp.exe -i "PATH TO PRIVATE KEY.ppk" -P 22 -pw PASSWORD ubuntu@XXX.XXX.XXX.XXX:/home/backup/volumes/grafana-202307282133.tar.gz C:\
Any suggestions what I also could try or where the problem is?