[Bug 225344] fetch(1) awaits EOF (or ftp credentials) even when they are provided in env vars
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 12 16:38:35 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225344
Dag-Erling Smørgrav <des at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
--- Comment #3 from Dag-Erling Smørgrav <des at FreeBSD.org> ---
Matthias: please provide a real example, because I am unable to reproduce the
issue. Also, note that a) ftp.muc.de neither expects nor accepts
authentication and b) `FOO=bar export FOO` neither sets nor exports FOO.
Conrad: the FTP code doesn't use fetchAuthMethod, it uses getlogin(3) (which is
a bug in itself), but only *after* checking FTP_PASSWORD.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list