On Mon, Aug 24, 2009 at 11:21:47PM +0100, Michael Yip wrote: > Hi all, > > I'm currently writing a simple client to communicate to my Freenet node > so that I can automate the upload and download process. > > For some strange reason, whenver I send a ClientGet and ClientPut > request, unless there's a field missing, I don't get a reply from the > node and I just site there drawing blank. > > Can anyone give me some pointers? > > Thanks, > > Michael
Well, I suggest you read this http://wiki.freenetproject.org/FCP2p0ClientPut if you haven't already. Also, you have to start every dialog with a ClientHello. I remember I had trouble to get FCP working with jFreesite. The code is (really) fairly simple, if you want to look at it to see a practical working example : http://github.com/Artefact2/jFreesite/tree/f1c799fd914d4d7ffe1ff7001b20cddb8034261b/src/jfreesite/fcp -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090824/85ae263a/attachment.pgp>
