I've upgraded my ftp2 activex control at the last version in last days; during my tests in some case I had some GetFile error message that with earlier version I did not have; there were messages like the one following. As you see: 1) Xml report says that "226-File successfully transferred" 2) Xml report says that "<downloadedbytecount>43</downloadedbytecount>" 3) Xml report says that "<expectedbytecount>325985</expectedbytecount>" so it seems that this error is about "<error>Downloaded byte count less than expected byte count.</error>" 4) But if I call Ftp.GetSizeByName, I've exactly the dimension corresponding to "<downloadedbytecount>" Have you ever find siyuation like this? Thank you
<chilkatlog> <getfile> <dlldate>May 25 2017</dlldate> <chilkatversion>9.5.0.68</chilkatversion> <architecture>Little Endian; 32-bit</architecture> <language>.NET 4.0</language> <verboselogging>0</verboselogging> <progressmonitoring> <enabled>yes</enabled> <heartbeatms>0</heartbeatms> <sendbuffersize>65536</sendbuffersize> </progressmonitoring> <downloadtofile> <localfilename>C:CopatlifePIGRECO_UPD201706271737_TMPMOBILGAM_PI_HORIZONCONFIGURAZIONETypologyGroupList.ARG.BAK</localfilename> <downloadtooutput2> <modez>0</modez> <binarymode>1</binarymode> <setupdataconnection> <info>passive transfer mode</info> <setuppassivedatasocket> <sendcommand> <sendingcommand>PASV</sendingcommand> </sendcommand> <readcommandresponse> <replylineqp>227 Entering Passive Mode (62,149,141,1 0,191,120)</replylineqp> </readcommandresponse> <dataconnect> <hostname>62.149.141.10</hostname> <port>49016</port> <socketoptions> <so_sndbuf>262144</so_sndbuf> <so_rcvbuf>4194304</so_rcvbuf> <tcp_nodelay>0</tcp_nodelay> <so_keepalive>0</so_keepalive> </socketoptions> <dataconnectsuccess>1</dataconnectsuccess> </dataconnect> </setuppassivedatasocket> </setupdataconnection> <sendcommand> <sendingcommand>RETR TypologyGroupList.ARG.BAK</sendingcommand> </sendcommand> <readcommandresponse> <replylineqp>150 Accepted data connection</replylineqp> </readcommandresponse> <downloadrate>0</downloadrate> <totalnumbytesreceived>43</totalnumbytesreceived> <receivetimems>Elapsed time: 31 millisec</receivetimems> <info>Data connectio n closed.</info> <readcommandresponse> <replylineqp>226-File successfully transferred</replylineqp> <replylineqp>226 0.000 seconds (measured here), 130.37 Kbytes per second</replylineqp> </readcommandresponse> <error>Downloaded byte count less than expected byte count.</error> <downloadedbytecount>43</downloadedbytecount> <expectedbytecount>325985</expectedbytecount> </downloadtooutput2> <downloadtooutput>Elapsed time: 93 millisec</downloadtooutput> </downloadtofile> <error>Failed.</error> </getfile> </chilkatlog>