On Wednesday 26 August 2009 19:02:25 Michael Yip wrote: > Hi all, > > I've written a naive client to interface with Freenet according to the > FCP2.0 specification. > > I have successfully put some files with persistence = forever. Then I > try to ClientGet those files. However, every time I send a ClientGet > request, I get a stream of confirmation messages from my previous > uploads. I've restarted the node but the problem persists. How do I get > rid of these messages?
Persistent requests remain in the queue until you get rid of them. The confirmations are to remind you to get rid of the old requests. Use the RemoveRequest command. > > Thanks, > > Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090827/1a6bbe1c/attachment.pgp>
