Skip to content

Clean version of bogem's FTP docker image - to simply build on aarch64

Notifications You must be signed in to change notification settings

phobozad/bogem-ftp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ftp server based on vsftpd. Minimalistic clone of fauria/vsftpd.

Usage

$ docker run -d -v <host folder>:/home/vsftpd \
				-p 20:20 -p 21:21 -p 47400-47470:47400-47470 \
				-e FTP_USER=<username> \
				-e FTP_PASS=<password> \
				-e PASV_ADDRESS=<ip address of your server> \
				--name ftp \
				--restart=always bogem/ftp

About

Clean version of bogem's FTP docker image - to simply build on aarch64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.6%
  • Dockerfile 47.4%