The computer is using Windows, and VMware Player opens an Ubuntu virtual machine that wants to transfer files between them.
Installing FTP file transfer software on a host
The steps are as follows:
1.install ssh in U buntu , command: sudo apt-get install ssh openssh-server
2. View the IP address of Ubuntu in the virtual machine, command: Ifconfig
is the IP address of Ubuntu in the virtual machine
3. back to the host, Baidu search download FileZilla, in fact, this is a FTP protocol, between the two computers for file transfer software (last semester did the project did this aspect of the function haha ha), another computer can be at the far end, in the current situation, Another computer is a virtual machine that is installed locally.
The FileZilla run interface is as follows. Host: is to fill in the Ubuntu IP address (can only fill in the IP address, you can also add their own IP address in front of the Protocol); Username: User name under Ubuntu; Password: User password under Ubuntu; Port: 22.
4. after clicking on Quick Connect, a list of local and remote files will appear, which can be dragged to each other.
Ubuntu: Transfer files between the host and the virtual machine