Some FTP servers return wrong IP for PASV command (private instead of
public). In such cases, obviously, FTP component can't connect to the
server.

Filezilla is smart enough to detect this and switch to public IP, instead:

...
Command:        TYPE I
Response:       200 Type set to I.
Command:        PASV
Response:       227 Entering Passive Mode (192,168,*,*,114,78).
Status: Server sent passive reply with unroutable address. Using
server address instead.
Command:        LIST
Response:       150 File status okay; about to open data connection.
...

Is it possible to achieve this with ICS?

Best regards
Kristof
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to