sftp
Secure File Transfer Program. Interactive program to copy files between hosts over SSH. For non-interactive file transfers, see scp or rsync. More information: <https://manned.org/sftp>.
RUN apt-get update && \
apt-get install -y openssh-client
RUN apt-get update && \
apt-get install -y openssh-client
RUN apk add openssh
RUN pacman -S --noconfirm openssh
RUN apt-get update && \
apt-get install -y openssh-client
RUN yum install -y openssh-clients
RUN dnf install -y openssh-clients
RUN apt-get update && \
apt-get install -y openssh-client