Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89814 - wget: Make passive ftp default
Summary: wget: Make passive ftp default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 07:55 UTC by Tor Klingberg
Modified: 2005-05-10 08:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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