An open API service indexing awesome lists of open source software.

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.

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.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 Run

```shell
docker-compose up -d
```

### 👉🏻 Try it out

- username : `admin` password : `admin`
```shell
ftp://localhost/
```