Jump to content

nemifoy5261

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. nemifoy5261

    Issue in TIcsFtpMulti component

    First of all, thanks for your reply. In fact, this exception is catched and won't cause other problems. I just feel that the code implementation here isn't quite "graceful" and this issue might become a "bomb" buried in the code in the future.
  2. Recently, while viewing the code of the TIcsFtpMulti component (ICS V9.0), I discovered that the IntUpOne function of this component could potentially throw an "Invalid pointer operation" error. When the "Zipping" Conditional is defined and the component's "Zipped" property is set to True, the component will compress files before uploading. If, under certain circumstances, the relevant code within the IntUpOne function, specifically the FtpCheckFile call, does not execute or executes incorrectly, leading to the failure to set LocalStream to nil, then the code within the outermost finally block of the IntUpOne function that releases LocalStream and MyArchiveStream will throw an "Invalid pointer operation" error.
×