Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
1.9k views
in .NET FTP by (240 points)
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.

1 Answer

0 votes
by (51.6k points)
Hi Chuck

Unfortunately there isn't enough information in the log to allow me to work out why this is happening. The message "FTP task processor stopped" should only appear if ExFTPConnection.Close() or ExFTPConnection.CancelTransfer() are called, so the first thing to do is to check is this is happening somehow. Otherwise please e-mail a full log to support@... so that we can hopefully get some more clues.

- Hans (EnterpriseDT)

Categories

...