[26008] in Athena Bugs
Re: Case 647469: Fetch 4.0.3 no longer works against Athena ftpd
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Aug 30 04:44:47 2004
Message-Id: <200408300844.i7U8iZ8w024587@brad-majors.mit.edu>
To: =?ISO-8859-2?Q?Miro_Juri=B9i=E6?= <meeroh@mit.edu>
In-Reply-To: Your message of "Mon, 30 Aug 2004 03:37:28 EDT."
<71D5856A-FA57-11D8-827A-000A95DD3A2C@mit.edu>
Date: Mon, 30 Aug 2004 04:44:35 -0400
From: Garry Zacheiss <zacheiss@mit.edu>
cc: bugs@mit.edu
cc: computing-help@mit.edu
Errors-To: bugs-bounces@mit.edu
I don't remember it ever not doing that; you need to give the ftp
command line client the -f option to make it forward credentials:
[zacheiss@brad-majors] ~$ ftp ftp.dialup.mit.edu
Connected to mass-toolpike.mit.edu.
220 mass-toolpike.mit.edu FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI authentication succeeded
200 Data channel protection level set to private.
Name (ftp.dialup.mit.edu:zacheiss):
331 GSSAPI user zacheiss@ATHENA.MIT.EDU is authorized as zacheiss;
Password required.
Password:
vs:
[zacheiss@brad-majors] ~$ ftp -f ftp.dialup.mit.edu
Connected to mass-toolpike.mit.edu.
220 mass-toolpike.mit.edu FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI authentication succeeded
200 Data channel protection level set to private.
Name (ftp.dialup.mit.edu:zacheiss):
232 GSSAPI user zacheiss@ATHENA.MIT.EDU is authorized as zacheiss
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>