"[EMAIL PROTECTED]" schrieb: > > hello list... > > i wonder why the insertion of a file with key CHK@ (automatically generate the chk >value) results different CHK-keys when inserted with fcp and with fproxy > is there a way to upload "raw, untainted" data (only including the short header that >fcp uses) with fproxy, so the inserts can collide clean?
Upload it as KSK or SSK. Then the data will be upped as CHK without any metadata or with the short metadata, depending on the version of the insert servlet ;-) When uploading as CHK, the Insert servlet seems to prefer uploading data and metadata as one CHK@, instead of two different ones. > when left at the current situation, one cannot reinsert a fallen off file which is >mentioned in the site's map via fproxy, because it generates a different chk-key > as when the site was inserted via fcp! usually you cannot anyway, as a) fishtools adds a Info.Format tag to the metadata of all its CHK@ files (even when it's only used from a map file) b) FIW and fcptools use that small metadata you mentioned above c) some other tools may use even other metadata or use none. d) if the file has been dropped from freenet, you cannot insert it as you do not have it ;-) and if you have it, it has been inserted by you and so you can use your upload software to reupload it. When it goes to mapfiles, it seems to me that you can use the mapfile to determine the uploading client from it (from the order of the lines and the position of the default file). However, it would be good to have some "best current practice" for metadata attached to files... mihi _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
