sibson/vncdotool

The "typefile" command doesn't escape the chars in the file

Neilpang opened this issue · 1 comments

vncdotool --version
vncdotool 1.2.0

I have this example test.txt file to input:


echo hello  >>a.txt

When I use typefile, I got this in the vnc console:

echo  hello  ..a.txt

It seems the > char is not escaped.

what do you think?

pmhahn commented

What VNC server are you connecting to, Qemu or some other Virtual Machine?
if yes, see #269 (comment)

I (or someone) should convert this into a FAQ.