Does anyone know what could be the reason?I'm launchingrsync rsync://archive.ubuntu.com/releases/focal/At one point it returns everything as expected - a list of images plus additional files with sums and so on.After 10 seconds I run the same command - @ERROR: Unknown module 'releases'I launch it again in 10 secondsrsync rsync://archive.ubuntu.com/releases/focal/rsync: read error: Connection reset by peer (54)
Is there some stable way to get iso files without using browsers (may be curl or wget)
What i expected
% rsync rsync://archive.ubuntu.com/releases/focal/drwxr-xr-x 4096 2023/03/22 17:31:48 .-rw-r--r-- 2089 2023/03/22 17:31:44 .htaccess-rw-r--r-- 810 2023/03/22 17:31:44 FOOTER.html-rw-r--r-- 4064 2023/03/22 17:31:44 HEADER.html-rw-r--r-- 202 2023/03/22 17:31:48 SHA256SUMS-rw-r--r-- 833 2023/03/22 17:31:48 SHA256SUMS.gpglrwxrwxrwx 41 2023/03/22 17:31:22 ubuntu-20.04.6-desktop-amd64.iso-rw-r--r-- 332358 2023/03/22 17:31:44 ubuntu-20.04.6-desktop-amd64.iso.torrentlrwxrwxrwx 47 2023/03/22 17:31:42 ubuntu-20.04.6-desktop-amd64.iso.zsynclrwxrwxrwx 42 2023/03/22 17:31:22 ubuntu-20.04.6-desktop-amd64.listlrwxrwxrwx 46 2023/03/22 17:31:22 ubuntu-20.04.6-desktop-amd64.manifestlrwxrwxrwx 45 2023/03/22 17:29:54 ubuntu-20.04.6-live-server-amd64.iso-rw-r--r-- 113842 2023/03/22 17:30:01 ubuntu-20.04.6-live-server-amd64.iso.torrentlrwxrwxrwx 51 2023/03/22 17:30:01 ubuntu-20.04.6-live-server-amd64.iso.zsynclrwxrwxrwx 46 2023/03/22 17:29:54 ubuntu-20.04.6-live-server-amd64.listlrwxrwxrwx 50 2023/03/22 17:29:54 ubuntu-20.04.6-live-server-amd64.manifest
And what what actually resulted
rsync rsync://archive.ubuntu.com/releases/focal/This is an Ubuntu mirror - treat it kindly@ERROR: Unknown module 'releases'
or
% rsync rsync://archive.ubuntu.com/releases/focal/rsync: read error: Connection reset by peer (54)