0 目的
udp傳輸文件
1 設(shè)備
windows + HP
centos + HP
2 步驟
nc -u -l PORT < t.txt
nc -u IP PORT > t.txt
3 原理
udp file transfer
4 拓展
from test, only chat is working
[on 207]# nc64 -ul -p 1080
[on client]# nc -u 135.242.162.207 1080
type and see
udp傳輸文件
windows + HP
centos + HP
nc -u -l PORT < t.txt
nc -u IP PORT > t.txt
udp file transfer
from test, only chat is working
[on 207]# nc64 -ul -p 1080
[on client]# nc -u 135.242.162.207 1080
type and see