Hi,

When trying to get the file list from a server (full ssl connection), it is 
issued a PASV command.

I get the following:
PASV
227 Entering Passive Mode (0,0,0,0,48,217)

The procedure ParseRemote in ftpsend.pas file sets the FDataIP with 0.0.0.0 and 
the List function returns error because it can't connect to 0.0.0.0.

I altered the ParseRemote procedure just to test, setting FDataIP = FTargetHost 
the everything works.

Perhaps, the ParseRemote procedure should test for 0.0.0.0 and replace it with 
FTargetHost. Based on FileZila debug file, I think that is what is done. 
Extracted from that debug fiel: Server sent passive reply with unroutable 
address. Using server address instead.

Com os melhores cumprimentos,

Ricardo Fragoso
Senior Analyst
+351 919299821
Chamada para a rede m?vel nacional

[Logo]<http://www.confidentia.pt>
Confidentia
www.confidentia.pt<http://www.confidentia.pt>
Rua do Ateneu Comercial de Santar?m
Lote 12 Loja, 2000 - 215 Santar?m
F: +351 243356559 | T: +351 243356550
Chamada para a rede fixa nacional


_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to