Thank you Bruce,
I am able to detect "Quit" in .ErrorTrap, but the "error" message comes up before the error-trap.
Is there still a way to suppress the error in ErrorTrap?
I removed the line of code "ThisFTPControl.Quit()" from the GetNextFile (Routine) and PutNextFile (Routine),
Which then omits the error message.
I will be compiling my application into a service.
Is it OK to omit the the "Quit" lines of code?