Okay, I just released v104 of Hijack.

This version has some bug fixes, source code reorg, and the initial skeleton for the kernel-based ftp daemon (kftpd).

-- fixed quicktimer conflict with 'Search'
-- fixed 2-drive display on Vitals screen (I think)
-- fixed quicktimer conflict with menu button
-- split out hijack.c completely from empeg_display.c
-- added kftpd.c version 0.1

The kftpd is NOT too useful yet, unless you know what you are looking for. It currently can only retrieve files ("GET"). It can NOT list directories yet, and it cannot upload files yet. Those features will follow in the not too distant future.

It currently runs on port 91, to avoid conflict with any other fully functional ftp daemons people may be using. For a demo, try this:

ftp  1.2.3.4  91

get /bin/init junk
quit

Of course, use the actual ipaddress of the player, not 1.2.3.4.

I do NOT want to hear any bug reports on kftpd for now.

Cheers

-ml