finalgene/lftp

Sponsored OSS

By finalgene

Updated almost 3 years ago

LFTP client for CI

Image
Networking
Security
Integration & delivery
1

10K+

finalgene/lftp repository overview

LFTP client

CircleCI Codacy Badge

This is a image to run the lftp client. Based on the idea from Sebastian Mellor => Light-weight deployment environment

How to use this image

Run the lftp image:

docker run \
    --rm \
    --volume "$(pwd)":/app \
    finalgene/lftp
Send data
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

Quick reference

Tag summary

Content type

Image

Digest

sha256:9b5e1ae17

Size

5.7 MB

Last updated

almost 3 years ago

docker pull finalgene/lftp

This week's pulls

Pulls:

253

Last week