>>>> "Vin" == Vin Shelton <acs(a)xemacs.org>
writes:
> >>>>> "Murray" == Murray Eisenberg
<murray(a)math.umass.edu> writes:
Murray> I'm trying to update
packages from Xemacs 21.1 (patch 14) per
Murray> instructions on your page /Install/index.html. This is under Red Hat
Murray> Linux 7.2 with Xemacs installed as part of the OS installation itself.
>
> >>> From Options I selected Manage Packages. From the latter, I first
Murray> selected an ftp server. (I scuccessively tried two different ones
in
Murray> the U.S. with exactly the same results for the next step...) When,
Murray> second, I selected List and Install, in each case I got the following
Murray> sort of error::
>
Murray> open
ftp.sunsite.utk.edu
Murray> Connected to
helios.tns.utk.edu.
Murray> 220
sunsite.utk.edu FTP server (Version wu-2.6.1(4) Fri Aug 4 11:27:56
Murray> EDT 2000) ready.
Murray> quote user "anonymous"
Murray> 530 Please login with USER and PASS.open
ftp.sunsite.utk.edu
Murray> Connected to
helios.tns.utk.edu.
Murray> 220
sunsite.utk.edu FTP server (Version wu-2.6.1(4) Fri Aug 4 11:27:56
Murray> EDT 2000) ready.
Murray> quote user "anonymous"
Murray> 530 Please login with USER and PASS.
>
Murray> Yet I can directly, from a terminal window,
do an anonymous ftp to the
Murray> sites in question.
>
Murray> What do I do now?
>
Murray> Feedback from
Murray> /Install/index.html
Vin> This could be because you're using a kerberos ftp client. Please try
Vin> using the following:
Vin> (setq efs-ftp-program-name "/usr/bin/ftp")
or:
(setq efs-ftp-program-args (quote ("-i" "-n" "-g"
"-v" "-u")))