The first log snippet below is the output from the log file that is set in the method ftpConnection.LogFile (no gui based implementation). As shown it appears that the a running FTP task processor is beinf stopped. However, this is not the case. Basically, I run a release build of may app on my dev machine and all is well. However, when I transfer the exe and dlls to a different machine the log file for ftp communication never progresses past that shown below. For reference, a normal output is shown in blue.
I have searched the forum and not seen any similar behavior. Does anyone have any sugestions?
Thanks,
Chuck
DEBUG [AsyncProcessor] 12 Jul 2007 17:33:30.695 : Stopping FTP task processor.
DEBUG [AsyncProcessor] 12 Jul 2007 17:33:30.711 : FTP task processor stopped.
DEBUG [FTPControlSocket] 12 Jul 2007 17:19:59.490 : ---> CWD DATA-B
DEBUG [FTPControlSocket] 12 Jul 2007 17:19:59.599 : 250 CWD requested file action okay, completed.
DEBUG [FTPControlSocket] 12 Jul 2007 17:19:59.599 : ---> PWD
DEBUG [FTPControlSocket] 12 Jul 2007 17:19:59.740 : 257 "/DATA-B" is current directory.
DEBUG [FTPControlSocket] 12 Jul 2007 17:21:06.531 : ---> CWD /
DEBUG [FTPControlSocket] 12 Jul 2007 17:21:06.625 : 250 CWD requested file action okay, completed.
DEBUG [FTPControlSocket] 12 Jul 2007 17:21:06.625 : ---> PWD
DEBUG [FTPControlSocket] 12 Jul 2007 17:21:06.751 : 257 "/" is current directory.
DEBUG [FTPControlSocket] 12 Jul 2007 17:21:07.659 : ---> CWD DATA-B
DEBUG [FTPControlSocket] 12 Jul 2007 17:21:07.675 : 250 CWD requested file action okay, completed.