Hi All, I am testing sslFTPClient, when connecting to a FTP server with explicit ssl/TLS, I found RqType returned from PbszAsync is not right. Log listed below:
====== ftpDnsLookup ====== ====== ftpWaitingBanner ====== ====== ftpConnected ====== ====== ftpReady ====== Request 1 Done. StatusCode = 220 LastResponse was : "220 NASFTPD Turbo station 2.x 1.3.2e Server (ProFTPD) [192.168.10.32]" No error ====== ftpWaitingResponse ====== ====== ftpReady ====== Request 48 Done. StatusCode = 234 LastResponse was : "234 AUTH TLS successful" No error ====== ftpWaitingResponse ====== ====== ftpReady ====== Request 2 Done. StatusCode = 331 LastResponse was : "331 Password required for nasftp" No error ====== ftpWaitingResponse ====== ====== ftpReady ====== Request 3 Done. StatusCode = 230 LastResponse was : "230 User nasftp logged in" No error Call PBsz ====== ftpWaitingResponse ====== ====== ftpReady ====== Request 52 Done. ----->This code doesn't look right, 53 is expected StatusCode = 200 LastResponse was : "200 PBSZ 0 successful" No error Is this a bug or I did something wrong. By the way, OverbyteIcsV7 is used. Thanks, Robbert -- 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