I am trying to transfer files from my Host OS (Windows 7) to Guest OS (CentOS) running on VirtualBox.
I tried using pscp but it gives the error: More than one remote source not supported
I tried ftp but it doesn't connect and I don't know why.
|
I am trying to transfer files from my Host OS (Windows 7) to Guest OS (CentOS) running on VirtualBox. I tried using I tried ftp but it doesn't connect and I don't know why. |
||||
|
|
|
You can install Guest Additions: http://www.virtualbox.org/manual/ch04.html and then use Shared Folders: https://forums.virtualbox.org/viewtopic.php?t=15868 |
|||
|
|
You can do it with "scp" command, then the ssh daemon (sshd) has to be running on the Windows box as well. Or use one of the windows scp clients to talk to the centos VM. You can transfer files either way using scp. |
||||
|
|
|
You can use Samba for transferring files. Just install Samba, and then choose the Host OS and then the OS where the files are to be transferred. |
||||
|
|