Flash trys to start data transfer even if PORT fails
it seems to handle errors if PASV fails, and switches to port mode
but if port fails, it trys to get the file/list anyway
PASV
500 Failure
PORT X,X,X,X,X,X
500 Failure
LIST -lag
425 Can't build data connection: Connection refused.
...
PORT X,X,X,X,X,X
520 PORT command failed.
LIST -lag
425 Can't build data connection: Connection refused.
I think that if its switching from PASV->PORT and it fails, it should stop and if it did PORT first, it should switch to PASV and try
unless there is some reason for this?
flashfxp 2.1 build 923
|