-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 05 March 2003 10:17 pm, Greg Wooledge wrote:
> Scott Young (scottyoung at adelphia.net) wrote:
> > Also, I have a lot of partitions.  Freenet is installed on my F drive,
> > the temp directory is on my C drive, and I was saving the movie to my H
> > drive.  One thing I noticed was that when the download was done, Mozilla
> > was saving a copy of the file to the C drive before it finally
> > transferred it to the H drive.  The download failed a few times before I
> > figured out that my C drive was running out of space from the temp files
> > and mozilla eating it all up.
>
> We have the same problem here in Unix-land.  Every browser I've got
> wants to save files into the /tmp directory before copying them to
> their final destination.  I don't understand why.
>
> Fortuantely, you can download splitfiles with freenet.client.cli.Main
> instead of a web browser.  As a gratuitous and completely theoretical
> example, one might run something like this:
>
> CLASSPATH=~freenet/freenet.jar:~freenet/freenet-ext.jar java
> freenet.client.cli.Main --htl 25 --healingHtl 15 --blockHtl 20 --tempDir
> $PWD/tmp/ --healPercentage 10 --threads 10 get
> CHK at LlDrfA4UyxznNwBMmk92ckq2QVgPAwI,3Q-RCWOplkFfXBokCQ7iOw
> Star+Trek+Enterprise+-+1x14+-+Sleeping+Dogs.FM.ogm

freenet-ext isn't needed, I think. And classpath can be specified with -cp or 
- -classpath before the class name:
java -cp ~/freenet/freenet.jar freenet.client.cli.Main --htl 25 --healingHtl 
15 --blockHtl 20 --tempDir $PWD/tmp/ --healPercentage 10 --threads 10 get 
CHK at LlDrfA4UyxznNwBMmk92ckq2QVgPAwI,3Q-RCWOplkFfXBokCQ7iOw 
Star+Trek+Enterprise+-+1x14+-+Sleeping+Dogs.FM.ogm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Z2Igx533NjVSos4RAiDAAKCqZygPTWZqpzjvqGco/9dHt8DT2gCeIV1G
0ifXccNT0bRoHxvLeR5vkE0=
=jdsF
-----END PGP SIGNATURE-----

_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to