This is an 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