0 目的
udp传输文件
1 设备
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