- Original article, reprinted please indicate the source:
Http://hbhuanggang.cublog.cn
I. Configure the environment
- Virtual Machine Linux: fedora 9
- Transfer tool: SSHSecureShellClient-3.2.9
II. Implementation steps
1. Install the file transfer tool SSHSecureShellClient-3.2.9 in windows, the main interface is as follows:
The Windows resource manager is on the left, and the Linux directory display area is on the right)
2. Start Linux in the Virtual Machine and view the Linux IP address as follows:
CTRL + mouse wheel to zoom in/out "width =" 896 ">
Ifconfig command to view the IP address. My IP address is 192.168.134.128
3. Test the Linux IP address Ping in the Windows command line, as shown below:
You can ping a Linux host.
4. Enable the sshd service in Linux as follows:
CTRL + mouse wheel to zoom in/out "width =" 896 ">
CTRL + mouse wheel to zoom in/out "width =" 896 ">
SSHSecureShellClient-3.2.9 needs sshd service support
5. Start the connection to Linux as follows:
Click the quick connect button on the toolbar.
Enter the Linux IP address and user name.
If this interface is displayed, the IP address cannot be connected or the sshd service is not enabled.
If this interface appears, you can connect to Linux and enter the logon password of Linux.
It is already connected to Linux. Windows resource manager on the left and Linux directory on the right. The/root directory is opened by default.
6. Start transferring files between Windows and Linux as follows:
Drag the file to be transferred with the mouse.
Iii. Conclusion
In actual embedded Linux development, files are often transferred between Windows and Linux, especially when there is only one development host. Of course, there are also many ways to transfer files between Windows and Linux, but this article aims to introduce one of the simplest ways to facilitate our development.
This article is from the chinaunix blog. If you want to view the original text, click:Http://blog.chinaunix.net/u3/101649/showart_2015264.html