-----Message d'origine-----
De : Nicolas MARCHAND [mailto:nicolas.march...@club-internet.fr] 
Envoyé : lundi 1 décembre 2014 16:53
À : francois.pie...@overbyte.be; arno.garr...@gmx.de
Objet : OverbyteIcsFtpCli.pas error ?

Hello François and Arno,

I really thank you for your components !

J'ai détecté une anomalie dans l'unité OverbyteIcsFtpCli.pas

I think procedure :

procedure TSslFtpClient.PBSZAsync;
begin
     FFctPrv := ftpFctProt;
     ExecAsync(ftpProtAsync, 'PBSZ ' + IntToStr(FPBSZSize), [200], nil); end;

should be :

procedure TSslFtpClient.PBSZAsync;
begin
     FFctPrv := ftpFctPbsz;
     ExecAsync(ftpPbszAsync, 'PBSZ ' + IntToStr(FPBSZSize), [200], nil); end;

Sincerely,
Nicolas

-- 
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