Here is an update to prsutil. It now supports basic file put/get:
prsutil get <path>
will get the specified file from the reader and save it with name 'junk'.
prsutil put <filename>
will put the specified file in the /Data/media/books diretcory on the reader, and
prsutil put <pcpath> <readerpath>
will put the specfied file from the PC to the specified target on the reader.
As before, use at your own risk yadda yadda.
At some point I'll make the interface more usable; right now I think its more important to just make it available in its kludgy form.
Included in the zip is the executable as well as the C project file (VS.Net 2005 native C code project; should be fairly easy to port to other C compilers; main tricky bit is my use of the non-standard zero length arrays in some of the structs).
I'll try hook this up with rss2pdf soon to make an automated RSS feed sync.
Last edited by geekraver; 10-28-2006 at 05:41 PM.
|