Hello,
I'm getting the following exception being thrown in VS Studio
Exception thrown: 'ComponentPro.Net.FtpException' in ComponentPro.Ftp.dll
This happens when we call
F.Download(FTP_Directory & "/" & FileMask, TempFolder)
On a particular FTP site trying to download multiple files with a particular file mask.
It then appears the FTP control seems to get stuck in a loop reproducing the same errors and never ends, forcing us to force close the application. How can we resolve this or at least get more information on what the error is?
Thank you
asked 3/1/2022 6:35:03 PM