Anyone tried Rebex FTP library?
-
I'm looking to replace a lash-up involving scripting the command-line FTP client to upload files. Irritatingly, it seems to have a race condition where if the control connection breaks at a certain point it hangs. That eventually causes the thread pool serving clients to run out of threads. We can time out waiting for FTP to exit but it's also not very easy to work out whether it successfully uploaded the files. In the past we've P/Invoked WinInet but not found it very reliable, and this is server code where you're not recommended to use WinInet anyway. I stumbled upon this FTP library[^] from Rebex and wondered whether anyone had any experience of it. Anyone with experiences, good or bad, please reply!
Stability. What an interesting concept. -- Chris Maunder