Centos Linux 的 tftp server 及 client

Centos Linux 的 tftp server 及 client

* 設定 tftp server 並使用他來傳輸

* set tftp server 預設目錄為 /tftpboot/

[root@server ~]# yum install tftp-server -y
[root@server ~]# chkconfig tftp on
[root@server ~]# /etc/init.d/xinetd restart
[root@server ~]# echo "testing" > /tftpboot/getme



* tftp client

$ sudo yum install tftp -y
$ tftp 140.117.69.204 -c get getme
$ cat getme
testing

留言

這個網誌中的熱門文章

Linux 下使用終端機連接 switch (minicom)

透過 curl 的 timeout 設定識別 http 的網路連線壅塞問題

VMWARE VM linux 擴充硬碟空間