Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jan 2017 16:53:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 215830] lib/libfetch regression
Message-ID:  <bug-215830-8-WVD6rVb7YP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215830-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215830-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215830

John Hein <z7dr6ut7gs@snkmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z7dr6ut7gs@snkmail.com

--- Comment #1 from John Hein <z7dr6ut7gs@snkmail.com> ---
Fails for me on 6.4 here on my network:

% fetch -v ftp://www.eecs.harvard.edu/pub/nr/noweb-2.11b.tgz
looking up www.eecs.harvard.edu
connecting to www.eecs.harvard.edu:21
setting passive mode
fetch: ftp://www.eecs.harvard.edu/pub/nr/noweb-2.11b.tgz: Connection reset =
by
peer


... unless I disable passive mode:

% env FTP_PASSIVE_MODE=3Dno fetch -v
ftp://www.eecs.harvard.edu/pub/nr/noweb-2.11b.tgz
looking up www.eecs.harvard.edu
connecting to www.eecs.harvard.edu:21
binding data socket
initiating transfer
remote size / mtime: 738870 / 1150149960
noweb-2.11b.tgz                               100% of  721 kB  169 kBps



Disabling passive mode also works here on FB 7, 8, 9, 10 & 11.
Also when using wget & lftp, they also fail here unless forcing active mode.

Note that active mode may not work for you depending on your network - e.g.,
what your firewall allows.

Is it possible that something about your 6.4 box's environment has somehow
triggered your ftp transaction to use non-passive mode?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215830-8-WVD6rVb7YP>