mirroring freenet with a tool like wget is a nice idea to train your node. actually i use this to mirror complete sites from the freenet network to my local harddisk before they get a chance to disappear. the problem is -> wget SUCKS when used for freenet: it is unable to handle freenet's double slashes '//' within the uri (e.g. [EMAIL PROTECTED]//index.html)
do yourself a favour and do not use wget; use "puf" (google for it) this downloader comes along fine with the '//' without being hacked and patched, is able to download dozens of files in parallel (which is extremely useful as transfers take a long time with freenet) and can be configured much more in detail than wget can hoped to help :) >Hi! I red that freenet improves as u browse it, because ur node learn >about the neighbourhood. >But it is really boring to sail around waiting many minutes for content >that may not ever be found. So, I'm asking if it automatically browsing >the freenet, for example, during the night, will improve the experience >to the user, and maybe also to neighbours. >I launched wget in mirror mode, telling him to refuse anything, but >anyway try to download it (so i let the node know about possible contents): >wget -P /hdb/.freenet/spider -m -A pippopippo 127.0.0.1:8888 >Any comment? Is it a good idea, or will it only busy the net? >daniele >_______________________________________________ >Support mailing list >[EMAIL PROTECTED] >http://news.gmane.org/gmane.network.freenet.support >Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support >Or mailto:[EMAIL PROTECTED] _______________________________________________ Support mailing list [EMAIL PROTECTED] http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
