On Thu, Jan 30, 2003 at 07:16:37PM -0500, bdonlan wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 30 January 2003 06:13 pm, Matthew Toseland wrote: > > On Thu, Jan 30, 2003 at 06:02:04PM -0500, bdonlan wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > Is there a way to retreive a splitfile through the web interface from > > > only one request, with no UI? IE: > > > > Not (easily) through the web interface. But you can use, with the same > > classpath set as you use to run the node, > > > > java freenet.client.cli.Main get SSK at something/something?batch=yes > > outputfile > > That's not always an option. I was hoping to mirror the Gentoo Linux source > files, but it uses wget to fetch. Replacing wget with the freenet client > would break other stuff.
Well, you could try http://localhost:8888/servlet/SFRequest/SSK at something?useUI=false If you _absolutely_ can't use the provided command line client. You will need to set wget's timeout option _really_ high, it doesn't start transferring until it's got the whole file or at least the first segment. > > > > wget http://localhost:8888/SSK at something/something?batch=yes > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.2.1 (GNU/Linux) > > > > > > iD8DBQE+Oa7tx533NjVSos4RAkaDAJ9AIGG34nLx+W9TWaToGNA/gTKCwQCg0Bhu > > > /MGx8JCbdaN+D1Qc18ouHG8= > > > =Bcc3 > > > -----END PGP SIGNATURE----- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE+OcBlx533NjVSos4RAmCFAJ9PBc5marmojMFZ29Kov6E8lgsP+wCfWX4h > cGDqhqV1orv57bcc1enxAPY= > =4lrb > -----END PGP SIGNATURE----- > > > _______________________________________________ > devl mailing list > devl at freenetproject.org > http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl > -- Matthew Toseland toad at amphibian.dyndns.org/amphibian at users.sourceforge.net Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node (temporary) at ICTHUS. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030131/9b756a87/attachment.pgp>
