Accelerating downloads/splitting files

2004-01-19 Thread OvErboRed
Is there a way to have wget download a file using multiple streams? If not, can anybody recommend a good download accelerator (and/or manager)? Thanks in advance.

wget-1.9.1, connect.c, IRIX

2004-01-19 Thread Hans Werner Strube
There is a name clash in src/connect.c for IRIX 6.2: /usr/include/sys/socket.h contains a #define sa_len ... Hans Werner Strube [EMAIL PROTECTED] Drittes Physikalisches Institut, Univ. Goettingen Buergerstr. 42-44,37073 Goettingen,Germany Fix: *** src/connect.c.ORI Sat Nov

Re: Race condition in wget

2004-01-19 Thread Hrvoje Niksic
You're right, it is a race condition. You could avoid it by specifying explicit log file names which somehow depend on Wget's PID. Avoiding race conditions in the general case is non-trivial (there is O_EXCL, but it doesn't always work under NFS). Maybe a better solution would be to change the