Quote:
Originally Posted by ArmorDog
When I try the netcat command I get "-sh: nc: not found".
I am running under Windows but that shouldn't effect commands run on the Kobo.
|
No, it shouldn't. You typed 'nc' (no quotes) in all lower case? It looks like it from the error you quoted, but I can't know if you copied & pasted that directly or transcribed it. Anyway, `nc' on my Kobo with 1.7.4 is /usr/bin/nc which should be on your PATH and should work, so I'm a bit confused about what's going on here. You can alternately invoke it as:
/bin/busybox nc
and see if that works.
[/QUOTE]