LFTP client for CI
10K+
This is a image to run the lftp client. Based on the idea from Sebastian Mellor => Light-weight deployment environment
Run the lftp image:
docker run \
--rm \
--volume "$(pwd)":/app \
finalgene/lftp
docker run \
--rm \
--volume "$(pwd)":/app \
finalgene/lftp open -u <user>,<password> -p <port> <host>; cd <remote directory>; mirror --reverse --verbose=3 <local directory>
Take a look at the man page to get detailed information about the available options
Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues: https://github.com/finalgene/docker-hub-lftp/issues
Maintained by: The final gene Team
Source of this description: Repository README.md
Content type
Image
Digest
sha256:9b5e1ae17…
Size
5.7 MB
Last updated
almost 3 years ago
docker pull finalgene/lftpPulls:
253
Last week