Sign inSign up

rhrn/vsftpd

By rhrn

Updated over 7 years ago

FTPS server

Image
1

500K+

rhrn/vsftpd repository overview

rhrn/vsftpd

Examples
  • test server via command line
docker run --rm -e PASSWORD=FSBhuNOR -p 21000:21 -p 20000:20000 rhrn/vsftpd:latest
  • push file
touch test.txt
lftp ftp://files:FSBhuNOR@localhost:21000 -e "set ssl:verify-certificate false; put test.txt; ls; exit"
  • docker-compose.yaml
https://raw.githubusercontent.com/rhrn/docker-vsftpd/master/docker-compose.yaml
  • genereate custom cert
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout custom_vsftpd.pem -out custom_vsftpd.pem -subj "/C=RU/O=vsftpd/CN=example.org
References

Tag summary

Content type

Image

Digest

Size

3.2 MB

Last updated

over 7 years ago

docker pull rhrn/vsftpd