Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 89814

Summary: wget: Make passive ftp default
Product: Gentoo Linux Reporter: Tor Klingberg <tor.klingberg>
Component: Current packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: enhancement CC: tor.klingberg
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tor Klingberg 2005-04-20 07:55:25 UTC
I suggest that we make passive ftp the default ftp behaviour in wget. This is already so in Fedora and Debian, and it seem like it will become wget default soo too. See this thread:
http://www.mail-archive.com/wget@sunsite.dk/msg07267.html

Emerge also calls wget with --passive-ftp to set this manually.

The actual change is easy:
In /etc/wget/wgetrc change
#passive_ftp = off
into
passive_ftp = on

Reproducible: Always
Steps to Reproduce:
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2005-04-20 11:06:32 UTC
I'll definitely make this happen then
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-05-10 07:00:31 UTC
Tor, sorry for the delay.  I've just finished cleaning out the wget ebuilds, etc.  I'll be putting in a revision bump which changes the default to passive, and fixes some other things (patchset from Mandrake), shortly.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2005-05-10 08:59:11 UTC
-r4 in portage does this -- don't forget to etc-update