On 31-Oct-02 David S. wrote: > > Yes, but the original correspondent only indicated that he was > using FreeBSD 4.7, and according to the FreeBSD man page for > 'ftpd', the port range for passive connections is "hard-wired". > ... > > David S. >
sysctl -a | grep port ... net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 I haven't tried it, but the ftp code appears at quick glance to be using these, and they're writable. -------------- Duane H. Hesser [EMAIL PROTECTED]
