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

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

-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.

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

[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]/

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

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 my