NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.27k stars 2.57k forks source link

ftp streams fails #3635

Open kajvans opened 6 months ago

kajvans commented 6 months ago

i am trying to stream to my ftp server on another machine and i can connect only that is all. directory listing fails and i cant send any data. Nginx listens to the port as set in the docker compose. ports on both machines are open so that cant be it. the stream is tcp and udp so that also cant be the problem. anyone a good solve?

the1ts commented 6 months ago

You are going to struggle with standard FTP it involves 2 ports, 21 and a dynamic port that is reported back via the connection on port 21, that is why routers have extra modules to allow passing ftp. Better off using the router to do this at home.