I need to connect to my virtual box running on my local machine to transfer files from my local system to VM by using WinSCP.
How do I find the IP address? When I go to the settings and network tab, there I find something related to IP, but when I use that, it says cannot find or invalid.
VBoxManage guestproperty enumerate <vmname> | grep IP
on host machine as stated here [link] forums.virtualbox.org/viewtopic.php?f=1&t=36592 – Oodles