I'm trying to copy a file from a Windows host to a remote Linux (Ubuntu) server using pscp.
This looks straight forward at first:
pscp -P 22 'C:\text.txt' user@ip:~/Downloads
However, I get the following error:
'C:\test.txt': Remote to remote not supported
The thing is I found nothing about "remote to remote not supported". I mean, really nothing.
Any ideas?