TestDDAReply
This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from a the Freenet to the FCP program.
It is initiated by a TestDDARequest message.
You MUST send a TestDDAResponse message after getting it otherwise the node won't clean up the temporary files it has created.
Example
TestDDAReply Directory=/tmp/ ReadFilename=/tmp/testr.tmp WriteFilename=/tmp/testw.tmp ContentToWrite=RANDOM EndMessage
Details
If you send a TestDDARequest with WantWriteDirectory=true, then you will have to write 'ContentToWrite' into the file 'WriteFilename' (to prove that you're allowed to write here)
If you send a TestDDARequest with WantReadDirectory=true, then you will have to read 'ReadFilename' (to prove that you're allowed to read here).