Patches for building Wget with Mingw32

2003-07-29 Thread MadDog1202
I have built Wget on Mingw32 using MSYS to run configure. I had to manually edit the Makefiles and (since I have Emacs) am using the Info documentation. The changes to the Makefile consisted of changing DEFS to "-DWINDOWS -DHAVE_CONFIG_H" and adding "-lwsock32" to LIBS. Below is a unified diff of

RE: -N option

2003-07-29 Thread Post, Mark K
Other than the "--ignore-length" option I mentioned previously, no. Sorry. Mark Post -Original Message- From: Preston [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 7:01 PM To: [EMAIL PROTECTED] Subject: Re: -N option Aaron S. Hawley wrote: >On Tue, 29 Jul 2003, Post, Mark K w

[Fwd: Recursive]

2003-07-29 Thread Morris Hooten - SES System Admin
I'm having a problem with downloading all files within the ftp://sun:[EMAIL PROTECTED]/ directory. I've tried to use the -r for recursive but the only way I can download a file is specify the file name as in example 2. 1ST EXAMPLE--- /usr/local/bin/wget -r ftp://sun:[EMAIL PROTECTED]/ --13

Re: -N option

2003-07-29 Thread Preston
Aaron S. Hawley wrote: On Tue, 29 Jul 2003, Post, Mark K wrote: .. So, perhaps you need to modify your work practices rather than diddle with the software. Copy the locally updated files to another location so they're not clobbered when the remote version changes. indeed. consider creat

RE: wget and procmail

2003-07-29 Thread Post, Mark K
Does the PATH of procmail contain the directory where wget lives? Mark Post -Original Message- From: Michel Lombart [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 6:51 PM To: [EMAIL PROTECTED] Subject: wget and procmail Hello, I've an issue with wget and procmail. I install t

wget and procmail

2003-07-29 Thread Michel Lombart
Hello, I've an issue with wget and procmail. I install the forum software mailgust ( http://mailgust.phpoutsourcing.com/ ) on a Cobalt/Sun Raq4. I need, in order to use incoming e-mail, to install a .procmailrc file calling wget. When I type the complete command on console wget works fine. Whe

RE: -N option

2003-07-29 Thread Post, Mark K
Preston, The "--ignore-length" option _may_ do what you want. As Aaron pointed out, if they update the file on the remote server after the photo has been updated locally, it will get wiped out based on the date, not the length. So, perhaps you need to modify your work practices rather than diddle

Re: -N option

2003-07-29 Thread Aaron S. Hawley
i'm not so sure about the file size issue, but the documentation says: "Wget will ask the server for the last-modified date. If the local file is newer, the remote file will not be re-fetched. However, if the remote file is more recent, Wget will proceed fetching it normally."

-N option

2003-07-29 Thread Preston
Hello all, I have searched the mailling list archives, but cannot find an answer to my problem. The company I work for currently uses wget to get photos for our website from an ftp server. Sometimes, photos are updated with newer versions and we always only want to get the newer versions. We

RE: FTP Change Directories?

2003-07-29 Thread Herold Heiko
If I remember correctly this has been corrected in recent versions, but I don't remember when, sorry. Try wget 1.8 or 1.9-dev. See http://wget.sunsite.dk/wgetdev.html#development for getting the development sources from cvs, or grap a copy of the windows binary from http://space.tin.it/computer/hhe

FTP Change Directories?

2003-07-29 Thread !jeff!{InterVerse}
Hi, I am using wget to download a file on an ftp server. the FTP server logs me into /incoming, but the file is in /outbound. when I try this... ftp://user:[EMAIL PROTECTED]/outbound/myfile.txt I get unknown directory /incoming/outbound/ How do I tell wget to go UP a directory and then into o