[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RFC#5 - wget FTP
Request to set passive FTP by default in wget port.
Like /usr/bin/ftp and /usr/bin/lynx that use passive FTP by default, I think
it could be a good default value also for wget port.
To change the configuration file during the build of port you have to "make"
and after that modify the file /usr/ports/net/wget/w-wget-1.7p1/wget-1.7/
doc/sample.wgetrc.
You should change the FTP line from:
#passive_ftp = off
to:
passive_ftp = on
After that you can go on with "make install" and you'll get the modifyed
configuration file installed as /etc/wgetrc.
Ed
# RFC @ hacking.openbsd.it