The problems is:
1. If the File not exist in the FTP server, the Try ... Catch Block on Class FTPWatch should catch it and wait for another 10 minutes and after that login to FTP server again and look for the file. But now it straight away by pass the catch block.
2. Under Class GFTP method -> ftp.Get(targetFile, filename); . If file not found, it will catch the exception. And back to Class FTPWatch method portion -> FileWatchFTP.GFTP.FTPGetFile(host, username, password, filename, targetFile);
Above is under console.
Note: I download the version 1.1.9, but when want to load it as a component under Window Form, I get the following error message:
There are no components in 'C:\unzipped\edtftpnet-1.1.9[1]\edtftpnet-1.1.9\bin\edtftpnet-1.1.9.dll' that can be placed on the toolbox.
Thanks for ur help ...