Support
Forums

Re: Moving and Copying Files and Text Between Virtual and real Machine

Hi,i guess it depends partly on your setup, but i use KVM, so a generic option would be:1) setup a NFS server and connect your VMs to it.this gives a mount point on the VM which acts like a local disk.2) assuming you have SSH setup, you can use SCP to...
Hi,

i guess it depends partly on your setup, but i use KVM, so a generic option would be:

1) setup a NFS server and connect your VMs to it.
this gives a mount point on the VM which acts like a local disk.

2) assuming you have SSH setup, you can use SCP to/from your remote hosts (your VMs)

both are easy to setup and implement.