Re: wget and ftp download problems

2003-02-10 Thread Sean Burlington
Rob Weir wrote: On Sun, Feb 09, 2003 at 11:20:32AM +, Sean Burlington wrote: Dave Selby wrote: On Sunday 09 February 2003 8:45 am, you wrote: On Sun, 9 Feb 2003, Dave Selby wrote: Having a bit of trouble with wget loading from ftp sites, have set it up to load urls from a text file.

Re: wget and ftp download problems

2003-02-10 Thread Rob Weir
On Sun, Feb 09, 2003 at 11:20:32AM +, Sean Burlington wrote: > Dave Selby wrote: > >On Sunday 09 February 2003 8:45 am, you wrote: > > > >>On Sun, 9 Feb 2003, Dave Selby wrote: > >> > >>>Having a bit of trouble with wget loading from ftp sites, have set it up > >>>to load urls from a text file.

Re: wget and ftp download problems

2003-02-09 Thread Sean Burlington
Dave Selby wrote: On Sunday 09 February 2003 8:45 am, you wrote: On Sun, 9 Feb 2003, Dave Selby wrote: Having a bit of trouble with wget loading from ftp sites, have set it up to load urls from a text file. Are you sitting behind a firewall at all? Have you allowed both port 20 Sure am

Re: wget and ftp download problems

2003-02-09 Thread Dave Selby
On Sunday 09 February 2003 8:50 am, Jeffrey Taylor wrote: > Quoting Dave Selby <[EMAIL PROTECTED]>: > [snip] > > > 200 PORT command successful. Consider using PASV. > > > > 425 Failed to establish connection. > > > > Error in server response, closing control connection. > > Retrying. > > > > This i

Re: wget and ftp download problems

2003-02-09 Thread Dave Selby
On Sunday 09 February 2003 8:45 am, you wrote: > On Sun, 9 Feb 2003, Dave Selby wrote: > > Having a bit of trouble with wget loading from ftp sites, have set it up > > to load urls from a text file. > > > > In a shell script I have ... > > > > Are you sitting behind a firewall at all? Have you all

Re: wget and ftp download problems

2003-02-09 Thread Jeffrey Taylor
Quoting Dave Selby <[EMAIL PROTECTED]>: [snip] > 200 PORT command successful. Consider using PASV. > > 425 Failed to establish connection. > > Error in server response, closing control connection. > Retrying. > > This is a bit of a problem since I wanted to use wget to download open office > et

Re: wget and ftp download problems

2003-02-09 Thread Rus Foster
On Sun, 9 Feb 2003, Dave Selby wrote: > Having a bit of trouble with wget loading from ftp sites, have set it up to > load urls from a text file. > > In a shell script I have ... Are you sitting behind a firewall at all? Have you allowed both port 20 and 21 for FTP? Also does it work on other F

wget and ftp download problems

2003-02-09 Thread Dave Selby
Having a bit of trouble with wget loading from ftp sites, have set it up to load urls from a text file. In a shell script I have ... #!/bin/sh # Script to read list of URLs form /mnt/archive/wget/sources.list # download the files and leave them in /usr/archive/wget/downloads cd /mnt/archive/wget