Skip to content

alpine container with lftp for those awful ftp-deployments

License

Notifications You must be signed in to change notification settings

pfandie/alpine-lftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

alpine-lftp

alpine container with lftp for those awful ftp-deployments

usage

docker build -t lftp-alpine .
docker run --rm -td -v "${PWD}":/var/upload lftp-alpine
lftp -e "open FTP_SERVER; user USER PASSWORD; put dummy_file.txt; bye"

About

alpine container with lftp for those awful ftp-deployments

Resources

License

Stars

Watchers

Forks

Packages

No packages published