Ok, so can SSH into the miner no problem and see root dir but had a issue sending the file over using WinSCP.
Do I use the command line option in WinSCP to copy the file over?
The voltage file is in my download directory so used: scp c:/users/home computer/downloads/set_voltage root@192.168.1.140:/config
I got an error so something in line might be wrong?
I am also on windows. I used Putty SCP and had trouble at first as well. I resolved my issues by forcing scp (vs sftp) using the -scp flag. By default it was trying to use sftp and would give me an error. Maybe something similar on WinScp?