View Single Post
Old 01-21-2005, 03:26 PM  
Mr_X
Senior Member
 
Join Date: Sep 2003
Posts: 142
Question ioFTPD gives a PASV port out of the range

I got a problem when using PASV mode (I can't use active mode because I'm in a local network and my modem-router don't open ports [there's a bug in the firmware; I'm not the only one to have this thing]). I have this in ioFTPD.ini:
Code:
...
[Any]
Bind=0.0.0.0
Ports= 10000-10004
...
REM: You may say it's not enough but there's maximum 1 user connected
It must all the time use ports between 10000 and 10004.
Nearly 4/5 attempts get a port in this range but sometimes I got another port (more than 3 times higher than specified).
For example (Server side): "227 Entering Passive Mode (xxx,xxx,xxx,xxx,128,185)" that mean port 32953 which is not between 10000 and 10004.
For those who don't know how to know what port is given, here's an explanation: You multiply the fifth number by 256 and you add the last and then you get the port used (The four first number are, of course, IP address).

My question is: why does io try another port than those specified in configuration file?
Mr_X is offline   Reply With Quote