This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
Hi, I configured my FTP server to enforce SFTP connections. The client in the container (LFTP) recognizes this and connects encrypted to the FTP server and copies the backup. In general, this is an amazingly simple container. The container itself is only a Linux with LFTP installed. The magic is done by the docker container mounts and the BASH script that runs inside the container. Cheers |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I do not know enough about docker containers to understand this. Does this implementation use sftp, or ftp over ssh, or is is plain old insecure ftp?
Beta Was this translation helpful? Give feedback.
All reactions