https://github.com/natthasath/docker-pure-ftpd
Pure-FTPd is a free, secure FTP server software. It supports various auth methods, runs in different modes, low memory footprint, designed for high-concurrency environments with advanced security features like chroot() and privilege separation.
https://github.com/natthasath/docker-pure-ftpd
docker-compose pure-ftpd
Last synced: 2 months ago
JSON representation
Pure-FTPd is a free, secure FTP server software. It supports various auth methods, runs in different modes, low memory footprint, designed for high-concurrency environments with advanced security features like chroot() and privilege separation.
- Host: GitHub
- URL: https://github.com/natthasath/docker-pure-ftpd
- Owner: natthasath
- License: mit
- Created: 2022-11-29T07:01:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:30:36.000Z (11 months ago)
- Last Synced: 2025-01-09T02:51:50.489Z (9 months ago)
- Topics: docker-compose, pure-ftpd
- Language: YAML
- Homepage: https://www.pureftpd.org/project/pure-ftpd/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker Pure-FTPd
Pure-FTPd is a free, secure FTP server software. It supports various auth methods, runs in different modes, low memory footprint, designed for high-concurrency environments with advanced security features like chroot() and privilege separation.


### 🏆 Run
```shell
docker-compose up -d
```### 👉🏻 Try it out
- username : `admin` password : `admin`
```shell
ftp://localhost/
```