11-01-2018, 11:52 PM
/mnt/SDCARD is owned by root.
scp is logging in as a linux user and since you are using pi, it cannot access /mnt/SDCARD/
browsing to the moode audio device as a samba share has an exposed share called SDCard that you can drag and drop the files to.
If you really want to use winscp instead, I would suggest installing your key into /root/.ssh/authorized_files and enabling root login without password in /etc/ssh/sshd_config. Then you will be able to use winscp to login as the root user with a key and copy files that way.
scp is logging in as a linux user and since you are using pi, it cannot access /mnt/SDCARD/
browsing to the moode audio device as a samba share has an exposed share called SDCard that you can drag and drop the files to.
If you really want to use winscp instead, I would suggest installing your key into /root/.ssh/authorized_files and enabling root login without password in /etc/ssh/sshd_config. Then you will be able to use winscp to login as the root user with a key and copy files that way.