I am using CoreFTP Lite 1.3 Build 1387 on Windows XP Professional SP2. I tried setting the Port Range for a particular site using the Site Manager:
Sites->Site Manager->[select a site]->Advanced->Connections
When I set a Port Range (e.g. 2800-2899) in the low-high fields the command issued is
PORT x,y,z,u,79,229
which is out of range (20453).
cheers
prefab
Port Range
almost there
I did a clean install of 1390. The problem remains for the first time a connection is made to a site. Steps to reproduce the problem:
create 2 sites:
site A with port range 2800-2900
site B with port range 10000-10999
start coreftp
connect to site A. The PORT command is out of range.
connect again to site A. The PORT is correct: PORT x,y,z,u,10,240 (2800)
connect again to site A. The PORT is correct: PORT x,y,z,u,10,241 (2801)
connect to site B. The PORT is out of range: PORT x,y,z,u,10,242 (2802)
connect again to site B. The PORT is correct: PORT x,y,z,u,39,16 (10000)
hope this helps.
cheers
prefab
create 2 sites:
site A with port range 2800-2900
site B with port range 10000-10999
start coreftp
connect to site A. The PORT command is out of range.
connect again to site A. The PORT is correct: PORT x,y,z,u,10,240 (2800)
connect again to site A. The PORT is correct: PORT x,y,z,u,10,241 (2801)
connect to site B. The PORT is out of range: PORT x,y,z,u,10,242 (2802)
connect again to site B. The PORT is correct: PORT x,y,z,u,39,16 (10000)
hope this helps.
cheers
prefab