View Single Post
Posts: 60 | Thanked: 73 times | Joined on Oct 2009 @ troll cave
#3
you can scp to the Qemu instance. The ssh port is IIRC 6666.

so just

Code:
scp -P 6666 madde/*tmp  developer@localhost:/home/developer/
notice that for ssh one uses "-p" while for scp "-P".