No matter how I try to FTP from a VB program - either by using the Internet Transfer Control or by calling Win32 functions like FTPPutFile, the upload works fine but the program won't terminate. I can close the program fine but it's still running in the background and I have to CTRL-ALT-DEL to end it. I've tried multiple methods of ending the program even by using DestroyWindow, it still stays in the background.
It does the same thing even with examples that other people have written using different methods of uploading, including the AllAPI Guide example.
It does the same thing even with examples that other people have written using different methods of uploading, including the AllAPI Guide example.