ComponentPro.Net.FtpException

0
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
ftp
 
asked 3/1/2022 6:35:03 PM
add a comment

2 Answers

0
Thank you. Logging is here: https://www.dropbox.com/s/nkdh38imcha198n/Log.txt?dl=1 From what I can make out, it simply disconnects then retries 5 seconds later, this happens infinitely though.
 
answered 3/8/2022 12:57:41 PM
add a comment
0
Hi Dave , Please use [logging][1] to trace.Also you need to handle error [handle error][2]. Need more information about error. [1]: https://doc.componentpro.com/ComponentPro-Ftp/write-log-entries-to-a-log-listener [2]: https://doc.componentpro.com/ComponentPro-Ftp/ComponentPro-Net-FtpException
 
answered 3/2/2022 7:43:30 PM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged ftp or ask your own question.