Re: wget & FTP_PASSIVE_MODE

2003-10-20 Thread Dražen Kačar
Martin Johnson wrote: > Hrvoje Niksic wrote: > >> 1. Perhaps wget should obey the setting of environment variable > >> FTP_PASSIVE_MODE ("NO" or "YES")? > > > Do other programs obey that variable? Are its semantics defined > > somewhere? > > Yes, FreeBSD's "fetch" command uses that, probably vi

Re: wget & FTP_PASSIVE_MODE

2003-10-20 Thread Martin Johnson
Hrvoje Niksic wrote: >> Martin Johnson <[EMAIL PROTECTED]> writes: >> >> 2. Perhaps wget should implement: >> --passive-ftp=on >> --passive-ftp=off >> as well as plain "--passive-ftp" (same as "-passive-ftp=on") > > This is not entirely obvious (to put it mildly), but you can always > use `-e pass

Re: wget & FTP_PASSIVE_MODE

2003-10-20 Thread Hrvoje Niksic
Martin Johnson <[EMAIL PROTECTED]> writes: > 2. Perhaps wget should implement: >--passive-ftp=on >--passive-ftp=off > as well as plain "--passive-ftp" (same as "-passive-ftp=on") This is not entirely obvious (to put it mildly), but you can always use `-e passive_ftp=off'. > 1. Perhaps wg

RE: Wget 1.8.2 bug

2003-10-20 Thread Sergey Vasilevsky
Thanks for explain this reasons. And I have anoter problem: in .wgetrc I use reject = *.[zZ][iI][pP]*,*.[rR][aA][rR]*,*.[gG][iI][fF]*,*.[jJ][pP][gG]*,*.[Ee][xX][E e]*,*[=]http* accept = *.yp*,*.pl*,*.dll*,*.nsf*,*.[hH][tT][mM]*,*.[pPsSjJ][hH][tT][mM]*,*.[pP][hH] [pP]*,*.[jJ][sS][pP]*,*.[tT][xX][tT

wget & FTP_PASSIVE_MODE

2003-10-20 Thread Martin Johnson
Hi, I had a little trouble turning off Passive FTP under FreeBSD 4.8. Fixed OK by creating /usr/local/etc/wgetrc after looking at the source code but here are two small ideas to make things easier: 1. Perhaps wget should obey the setting of environment variable FTP_PASSIVE_MODE (="NO" or "YES