Queries related to Wget 1.9.1

2005-02-22 Thread Vikash Trivedi
Hello, I am behind a firewall and trying to retrieve some pages using the following command: wget --tries=0 -r --level=0 -x --proxy=on -N http://some_url I always get this error : "No such file or directory." Please let me know if some other parameters need to be provided. Secondly I want

Can Wget do client authentication? Can it be implemented?

2005-02-22 Thread Bryan
I work as a webmaster for a US Government agency. We currently use a program called Automize to do everything that wget could do for us. Many government websites require a client certificate (called PKI) to access the website. Basically, it lets websites verify that the person is who they say

O_EXCL and large files

2005-02-22 Thread Hrvoje Niksic
When opening files, Wget takes care (by default) to not overwrite an existing file, and to tell the user where the file is to be saved. However, the defense against overwriting may fail because Wget determines the file name before attempting the download, but only opens the file when the data

Re: O_EXCL and large files

2005-02-22 Thread Steven M. Schweda
From: Hrvoje Niksic: [...] Solaris, on the other hand, seems to use the open64 function. (But will open be automatically mapped to open64 when _FILE_OFFSET_BITS is 64?) For all I know, other systems may require something different. SunOS 5.9 /usr/include/fcntl.h: [...] /*

Re: O_EXCL and large files

2005-02-22 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Steven M. Schweda) writes: SunOS 5.9 /usr/include/fcntl.h: [...] /* large file compilation environment setup */ #if !defined(_LP64) _FILE_OFFSET_BITS == 64 #ifdef __PRAGMA_REDEFINE_EXTNAME #pragma redefine_extnameopenopen64