ReturnType: - direct // reply via FCP - cache // don't return at all - chunked // in segments as available - disk // write to a filename provided by client (dangerous)
If disk: Filename=<absolute filename> = the filename to which to write the data (with full path) TempFilename=<relative filename> = the filename to which to write the data before it has been completed. Will be renamed to Filename when completely downloaded. Before that, can be used as temporary space, up to the size of the file to be fetched. Persistence: - connection // tied to a connection - reboot // tied to a client name, disappears on reboot - forever // tied to a client name, persists across reboots DropTime: - -1/0/default // keep forever until satisfied or run out of retries - 1138646820000 // keep until Mon Jan 30 18:47:00 GMT 2006 -- Matthew J Toseland - toad at amphibian.dyndns.org Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/tech/attachments/20060130/3aef5522/attachment.pgp>
