2010/01/25

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

沒有留言: