im trying to access sites with a port not equal to 21 through a gateway. sites with port 21 work fine. the login procedure seems to be ok, but flash seems not to be able to establish the data connection for the ascii mode. here are the log msgs:
...
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for **
"...and after half a minute:"
List Timed Out
(debug) FDFTP1 Abort Triggered
ABOR
do i need a tool, that can help establishing this connection or are the preferences set wrong in flash or on the gateway?
i also had some problems with the identd server, so i had to run one externally, which handles the ident requests.
It appears you're using an older version of FlashFXP, upgrading might help.
I suspect your gateway provides extended transparent protocol support, which detects the protocol based on port used and that is why it only works on port 21.
Unless you can configure your gateway to handle other ports as ftp you might be out of luck.
i used version 1.3 and i have installed v1.4 right now, and (almost everything works fine. just one site, which is not supporting the passive mode, shows still the same error.