[Linux]-tftp命令 – 上传及下载文件

语法

tftp命令用于传输文件。ftp让用户得以下载存放于远端主机的文件,也能将文件上传到远端主机放置。

tftp是简单的文字模式ftp程序,它所使用的指令和ftp类似。
语法格式:tftp [参数]

参数

image.png
连接远程服务器”218.28.188.288″:

[root@linuxcool ~]# tftp 218.28.188.288 
远程下载file文件:

tftp> get file                            
getting from 218.28.188.288 to /dir  
Recived 168236 bytes in 1.5 seconds[112157 bit/s] 
退出tftp:

tftp> quit     

你可能感兴趣的:([Linux]-tftp命令 – 上传及下载文件)