1.
In recive side
nc -l port > /tmp/XXX
2.
In device side
cat file > /dev/tcp/recive_IP/port
3.
open /tmp/XXX,then get file context In the device
In recive side
nc -l port > /tmp/XXX
2.
In device side
cat file > /dev/tcp/recive_IP/port
3.
open /tmp/XXX,then get file context In the device