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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
