I am trying to send file from windows local system to QEMU raspberry pi emulator.But every time I am getting "access denied".I have downloded pscp.exe. I have tried the following commands:
pscp.exe -scp myfile.txt pi@192.168.1.3:/home/pi
pscp.exe -scp myfile.txt pi@192.168.1.3:~/home/pi
pscp.exe -scp myfile.txt pi@192.168.1.3:~/Desktop
pscp.exe -scp myfile.txt pi@192.168.1.3:~
Every time it's giving Access Denied.Please tell me where I am going wrong.