Skip to content

aune-io/docker-lftp-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

docker-lftp-mirror

Sync SFTP remote folder via lftp.

Features

  • Based on the official ubuntu:latest image
  • Install lftp
  • Copy the mirror.sh script

Usage

Run the container with the following environment variables:

  • PROTOCOL: The protocol to use (ftp or sftp)
  • HOST: The remote host
  • PORT: The remote port
  • USERNAME: The username to use to authenticate
  • PASSWORD: The password to use to authenticate
  • LOCAL_DIR: The local directory, usually a mounted volume or the result of a pipeline build
  • REMOTE_DIR: The destination directory on the remote host

About

Sync SFTP remote folder via lftp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published