crazy-max / docker-pure-ftpd

Pure-FTPd Docker image based on Alpine Linux with MySQL, PostgreSQL and LDAP support
MIT License
56 stars 15 forks source link

Add cURL package to the image to allow more flexible usage of upload scripts #52

Closed t0xa closed 1 year ago

t0xa commented 2 years ago

Hello,

First of all thank you for your work and excellent documentation. I've managed to implement automatic workflows on uploaded files.

I would like to propose to add curl package to the image so it can be used in the upload scripts. It's much easier to interact with REST APIs using curl.

Thanks