Hi All,

Has something changed w.r.t. FTP access to exim.org?

I have downloaded new versions of Exim for years using FTP CLI but now I can't files from two different hosts and with 'active' or 'passive' modes.

My end are Devuan 4.0 (like Debian 10 but without systemd) and FTP command from Linux NetKit 0.17


Mike



*Without PASSive mode*

root@relay2:/home/mike# ftp ftp.exim.org
Connected to ftp.exim.org.
220 (vsFTPd 3.0.3)
Name (ftp.exim.org:mike): ftp
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> epsv
?Invalid command
ftp> cd pub/exim/exim4
250 Directory successfully changed.
ftp> ls
200 EPRT command successful. Consider using EPSV.
((hangs))
^C
421 Service not available, remote server has closed connection
receive aborted
waiting for remote to finish abort
ftp> quit



*With PASSive mode*

root@medusa:/tmp# ftp ftp.exim.org
Connected to ftp.exim.org.
220 (vsFTPd 3.0.3)
Name (ftp.exim.org:mike): ftp
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd pub/exim/exim4
250 Directory successfully changed.
ftp> pass
Passive mode on.
ftp> ls
229 Entering Extended Passive Mode (|||21429|)
ftp: connect: Connection refused
ftp>
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to