How can I change the port ftp.proxy listens on?
You can do something like this in your inetd.conf:
2121 stream tcp nowait nobody /usr/sbin/tcpd /usr/local/sbin/ftp.proxy -e
or to make it a little bit nicer:
1. Edit /etc/services
ftpproxy 2121/tcp # My special ftp.proxy port
2. Edit /etc/inetd.conf
ftpproxy stream tcp nowait nobody /usr/sbin/tcpd /usr/local/sbin/ftp.proxy -e
[ Search FAQ | Submit New Question | Home ]
This FAQ is powered by CascadianFAQ v4.2, developed by Summer S. Wilson at Eclectic Designs.
Maintained by Andreas Schoenberg