On Fri, Apr 27, 2001 at 12:54:31PM -0700, Ian Clarke wrote: > On Fri, Apr 27, 2001 at 11:38:27AM -0700, Mr . Bad wrote: > > 2) Change InsertClient so that it will do the equivalent of > > freenetmirror or PutFiles if the local file is a directory. > > I actually think that we should eat our own dogfood, and replace the > FreenetInsert and FreenetRequest with versions that use FCP.
Hm, well there is now an FCPClient implementation, so all you have to do in theory is replace the 'new FNPClient(..)' with 'new FCPClient(..)'. (remember the row about me breaking the client API -- this is why ;) I would suggest making them use FCP by default but including a command line switch to use FNP. -- # tavin cole #
