TFTP
General File Transfer Protocol
Linux tftp command syntax
Function: The tftp command is used to transfer files.
Syntax: tftp [host name or IP address]
Linux tftp command example
Connect to the remote server "218.28.188.288", and then use the put command to download the file "README" in the root directory. You can use the following command:
tftp 218.28.188.288 #连接远程服务器