Recently, many friends have asked me how to use the TFTP software 3CDaemon to transfer files? So today I will share with you the operation method of using 3CDaemon to transfer files. Friends who are not sure about it can learn it. I hope it can help everyone.
1. Download and open 3CDaemon.EXE. This software can support tftp ftp and other services. The interface is as follows:

2. Add new users, set passwords and ftp folders

3. Set ip on the board
>ipconfig eth0 192.168.1.11
4. Confirm that you can communicate with linux
>ping 192.168.1.12 //Host IP
5. Enter the directory where the file needs to be transferred and start ftp
>cd tmp
>ftp 192.168.1.12 21 // 21 default port
6. Set the transfer file format
>bin //Transfer binary file
7. Transfer files
>get hello.img
8. Exit
The above is the operation method of using 3CDaemon to transfer files shared by the editor. Friends in need should not miss it.