Can't find any other solutions hence this question. I am running Ubuntu Server (20) on my Raspberry Pi which I SSH'd into via WSL Bash on Windows 10. How do I copy a text file from Raspberry Pi to my local WSL bash directory running on my PC?
scp ubuntu@192.168.0.20:/home/ubuntu/hello.txt noel@Noel-PC:/home
I've tried this thread, and other SCP suggestions on how to transfer files from ServerA to ServerB but all I get is a blinking cursor for ages even though its just an empty text file to be transferred.