Re: [exim] FTP access to exim.org not working?

Top Page
Delete this message
Reply to this message
Author: Mike Tubby
Date:  
To: exim-users
Subject: Re: [exim] FTP access to exim.org not working?
Hi Moritz,

Whatever you've changed in NFtables fixed it for me ;-)

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> pass

Passive mode on.
ftp> cd pub/exim/exim4

250 Directory successfully changed.
ftp> ls

229 Entering Extended Passive Mode (|||10648|)
150 Here comes the directory listing.
-rw-r--r--    1 1016     100          1180 Jun 25 13:48 00-sha256sums.txt
-rw-r--r--    1 1016     100           508 Jun 25 13:48
00-sha256sums.txt.asc
-rw-r--r--    1 1016     100          1948 Jun 25 13:48 00-sha512sums.txt
-rw-r--r--    1 1016     100           508 Jun 25 13:48
00-sha512sums.txt.asc
-rw-r--r--    1 1016     100           470 Jun 25 13:48 00-sizes.txt
-rw-r--r--    1 1016     100           508 Jun 25 13:48 00-sizes.txt.asc
-rw-r--r--    1 1016     9001       394494 Jun 23 13:41 ChangeLog
-rw-r--r--    1 1016     9001       139569 Jun 25 14:25 ChangeLog.gz
drwxrwxr-x    2 9012     9001         4096 Jun 25  2007 Contrib
-rw-r--r--    1 1016     100         63000 Jun 23 13:41 NewStuff
-r--r--r--    1 9012     9001          194 Jun 25  2007 WishList
-rw-r--r--    1 1016     100       2047632 Jun 25 13:48 exim-4.96.tar.bz2
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-4.96.tar.bz2.asc
-rw-r--r--    1 1016     100       2586657 Jun 25 13:48 exim-4.96.tar.gz
-rw-r--r--    1 1016     100           508 Jun 25 13:48 exim-4.96.tar.gz.asc
-rw-r--r--    1 1016     100       1879152 Jun 25 13:48 exim-4.96.tar.xz
-rw-r--r--    1 1016     100           508 Jun 25 13:48 exim-4.96.tar.xz.asc
-rw-r--r--    1 1016     100        638154 Jun 25 13:48
exim-html-4.96.tar.bz2
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-html-4.96.tar.bz2.asc
-rw-r--r--    1 1016     100       1275582 Jun 25 13:48
exim-html-4.96.tar.gz
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-html-4.96.tar.gz.asc
-rw-r--r--    1 1016     100        566748 Jun 25 13:48
exim-html-4.96.tar.xz
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-html-4.96.tar.xz.asc
-rw-r--r--    1 1016     100       2167945 Jun 25 13:48
exim-pdf-4.96.tar.bz2
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-pdf-4.96.tar.bz2.asc
-rw-r--r--    1 1016     100       2201060 Jun 25 13:48 exim-pdf-4.96.tar.gz
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-pdf-4.96.tar.gz.asc
-rw-r--r--    1 1016     100       2137468 Jun 25 13:48 exim-pdf-4.96.tar.xz
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-pdf-4.96.tar.xz.asc
-rw-r--r--    1 1016     100       1145323 Jun 25 13:48
exim-postscript-4.96.tar.bz2
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-postscript-4.96.tar.bz2.asc
-rw-r--r--    1 1016     100       1536906 Jun 25 13:48
exim-postscript-4.96.tar.gz
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-postscript-4.96.tar.gz.asc
-rw-r--r--    1 1016     100       1136364 Jun 25 13:48
exim-postscript-4.96.tar.xz
-rw-r--r--    1 1016     100           508 Jun 25 13:48
exim-postscript-4.96.tar.xz.asc
drwxrwxr-x    3 9012     9001        36864 Jun 25 13:53 old
drwxrwsr-t    3 0        9001         4096 Feb 07  2018 pgpsigs-rsaonly
drwxr-xr-x    2 1018     9001         4096 Jun 09  2022 test
226 Directory send OK.
ftp> bin

200 Switching to Binary mode.
ftp> get exim-4.96.tar.bz2

local: exim-4.96.tar.bz2 remote: exim-4.96.tar.bz2
229 Entering Extended Passive Mode (|||9084|)
150 Opening BINARY mode data connection for exim-4.96.tar.bz2 (2047632
bytes).
226 Transfer complete.
2047632 bytes received in 0.16 secs (12.0100 MB/s)
ftp>


thanks ;-)

Mike



On 17/12/2022 15:59, Moritz Orbach via Exim-users wrote:
> Hi Mike,
>
> Am Sa, 17.12.2022 16:03 Uhr schrieb Mike Tubby via Exim-users:
>> Has something changed w.r.t. FTP access to exim.org?
> Yes, we moved part of the infrastructure to a new server.
>
>> 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.
> I configured connection tracking for the FTP protocol in nftables. Does
> it work now in passive mode?
>
> Best Regards,
> Moritz
>
>