fauria / docker-vsftpd

🐳 vsftpd Docker image based on Centos 7. Supports passive mode and virtual users.
https://hub.docker.com/r/fauria/vsftpd/
Apache License 2.0
414 stars 341 forks source link

How to configure ipv6 connection #91

Open santhosh77h opened 4 months ago

santhosh77h commented 4 months ago

I would like to access FTP server using ipv6 tried using listen_ipv6 and listen_address6 but getting the error as server as exited with error code 0.

Ipv6 is enabled on the host machine and client as well.

how to fix this?