I am attempting to download the RPM package (genext2fs) from rpm.pbone.net via FTP on Ubuntu 22.04. The website for the package is: https://rpm.pbone.net/info_idpl_54987551_distro_opensuse_com_genext2fs-1.4.1-1.116.x86_64.rpm.html#content
Here is the command I used to download the package:
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/lnussel/openSUSE_Factory/x86_64/genext2fs-1.4.1-1.116.x86_64.rpm
--2024-07-15 22:43:45-- ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/lnussel/openSUSE_Factory/x86_64/genext2fs-1.4.1-1.116.x86_64.rpm
=> ‘genext2fs-1.4.1-1.116.x86_64.rpm’
Resolving ftp.pbone.net (ftp.pbone.net)... 93.179.225.212
Connecting to ftp.pbone.net (ftp.pbone.net)|93.179.225.212|:21... failed: Connection refused.
Unfortunately, there is no alternative option to download via HTTP. Is there any workaround available?
2