Hi,
I'm using TIdFTP to transfer a 100Mb file on a FTP server on cloud. This process always worked fine.
Now I've upgraded to D10.4.2 (I'm using INDY distribute with Delphi). I don't know what is changed now (if something on Delphi, on Indy or something on the FTP server) but now at the end of the file transfer, in the TIdFTP.FinalizeDataOperation the program raises an EIdReadTimeout executing this instruction:
...
GetResponse([226, 225, 250]);
...
The file seems transferred regularly. There is only something wrong in the finalizing operation. Attached there is the log file produced with TIdLogFile.
There is something that I could do or that I could check to avoid this timeout?
Thanks
Davide
installa.exe.log