[twsocket] Infinite loop in TCustomWSocket.ASyncReceive

2015-04-11 Thread Nicolas MARCHAND
Hello, I use Delphi 7 with ICS V8. I would like to update an existing program wich uses TDirMon component designed by François Piette for communication between server and clients by using TWSocket and TWSocketServer. I try to reproduce step by step the example from Wilfried Mestdagh

Re: [twsocket] ***SPAM*** Delphi for Linux and ICS

2017-02-28 Thread Nicolas MARCHAND
Angus, Once again I really thank you for your great job. All our applications target Windows and we have no plan for Linux. Le 28/02/2017 à 11:23, Angus Robertson - Magenta Systems Ltd a écrit : Many will be aware the next release of Delphi will be supporting the Linux compiler, specifically

Re: [twsocket] Active, Passive and Data Port Range

2018-01-29 Thread Nicolas MARCHAND
Graham, In Active mode, the Data Port Range is set by the FTP client (if required) Yes and corresponding port must be opened on the router of the client side (see *). In Passive Mode, the Data Port Range is set by the FTP server (if required) Yes. As an example our FTP server send the

[twsocket] constant redeclared

2018-10-07 Thread Nicolas MARCHAND
Hello, Just to inform that these constants are redeclared. I could not determine if this was intentional. Is not this a source of error? OverbyteIcsLIBEAY.pas is in compliance with the latest version of OpenSSL sources. OverbyteIcsSSLEAY.pas :     EVP_MAX_IV_LENGTH = 16; 

[twsocket] Encrypt/decrypt file with RSA

2018-10-04 Thread Nicolas MARCHAND
Hello, First of all, and especially Angus, I thank you and I congratulate you for the impressive work you have done for the compatibility with OpenSSL 1.1.1 ! It is my first attempt to encrypt and decrypt a short message in a file with RSA. I would like to create a private key/public PEM