Anonymous FTP for Raspberry Pi/ARM using preconfigured ProFTPd.
321
proftpd-anon -- Easy Anonymous FTP for Raspberry Pi / ARM
Running this container starts a PorFTPd server configured for anonymous FTP.
Put any content you want to make available over anonymous ftp in the ~/ftp directory (or wherever you decided to mount /srv/ftp). All access is read-only.
To use with clients that support 'active FTP':
docker run -d -p 20:20 -p 21:21 -v ~/ftp:/srv/ftp davescodemusings/proftpd-anon:latest
If active FTP is not compatible with your firewall, use passive FTP, with:
docker run -d --network host -v ~/ftp:/srv/ftp davescodemusings/proftpd-anon:latest
See https://github.com/DavesCodeMusings/proftpd-anon for the Dockerfile and other details.
Content type
Image
Digest
Size
63.9 MB
Last updated
over 5 years ago
docker pull davescodemusings/proftpd-anon