Welcome! Log In Create A New Profile

Advanced

Re: Could Nginx stream support FTP PASSIVE?

Richard Stanway
December 03, 2015 10:06AM
Passive ports are dynamically allocated, so FTP with the stream module is
unlikely to work at all.

On Thu, Dec 3, 2015 at 7:10 AM, Felix HT1 Zhang <zhanght1@lenovo.com> wrote:

> Dears,
>
> Could Nginx stream support FTP PASSIVE?
>
>
>
> #er nobody;
>
> worker_processes 4;
>
>
>
> #error_log logs/error.log;
>
> #error_log logs/error.log notice;
>
> #error_log logs/error.log info;
>
>
>
> #pid logs/nginx.pid;
>
>
>
> events {
>
> worker_connections 1024;
>
> }
>
>
>
> stream
>
> {
>
> upstream port21
>
> {
>
> server 10.122.x.x:21 weight=1;
>
> server 10.122.x.xx:21 weight=1;
>
> }
>
> server
>
> { listen 21;
>
> proxy_connect_timeout 60;
>
> proxy_pass port21;
>
> }
>
> }
>
> BR
>
> Felix zhang
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Could Nginx stream support FTP PASSIVE?

Felix HT1 Zhang December 03, 2015 01:14AM

Re: Could Nginx stream support FTP PASSIVE?

Richard Stanway December 03, 2015 10:06AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 133
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready