additional listen port for proftpd

jackc

Verified User
Joined
Jan 19, 2007
Messages
313
Hello,

I want to open an additional listen port for proftpd, such as 2121 for some users to use, and still want to keep 21 for most users, but I can't figure out what should I put in proftpd.conf to make this work, I don't seem to be able to find anything about doing something like this.

please help me with it.

Thank you
 
Syntax: Port port-number

The directive can be used in conjunction with <VirtualHost> in order to run a virtual server on the same IP address as the master server, but listening on a different port.

In other words put Port 2121 in the <VirtualHost> section for the user you want to use port 2121.

I didn't know how to do this either. I just did a quick Google search on how to do and found the above.
 
Back
Top