lftp

Sophisticated file transfer program. More information: <https://lftp.yar.ru/lftp-man.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y lftp
Ubuntu
RUN apt-get update && \ apt-get install -y lftp
Alpine
RUN apk add lftp
Arch Arch Linux
RUN pacman -S --noconfirm lftp
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lftp
CentOS
RUN yum install -y lftp
Fedora
RUN dnf install -y lftp
Raspbian
RUN apt-get update && \ apt-get install -y lftp
click the source code to copy install lftp on any operating system with command-not-found.com