> I have problem with ftpsend->abort() method. Some ugly servers, like MS > IIS, don't properly response for abort() method from ftpsend class. > Connection not close and my client thread is freezed.
You can try to call TelnetAbort method too. However any abort call set stopflag to data socket too, so, it will be closed soon as possible. (but not immediately) Are you using passive or active transfer? -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
