Hi,
How do we send a byte array using mosh?
From the documentation I can see:
sock send -i 0 -l 100000
This specifies the socket and the length.
But how is the actual data sent?
Can we append it as ?
sock send -i 0 -l 100000 "\x0a\xo1....."
Hi,
How do we send a byte array using mosh?
From the documentation I can see:
sock send -i 0 -l 100000
This specifies the socket and the length.
But how is the actual data sent?
Can we append it as ?
sock send -i 0 -l 100000 "\x0a\xo1....."