Hello,
I believe i have found an incompatibility with an FTP Server. The logmessage I receive is :
20080320_142402 Error found in file: Distributor.cs:DistributeFTP
20080320_142402 Description: FTPEP
20080320_142402 ExceptionType: EnterpriseDT.Net.Ftp.FTPException
20080320_142402 ExceptionMsg: Unable to determine if file 'XYZ.csv' exists.
20080320_142402 Stack: at EnterpriseDT.Net.Ftp.FTPClient.Exists(String remoteFile)
at Distributor.Distributor.DistributeFTP(MyFtpEndPoint myFtpEndPoint)
When trying to connect to a [L] 220 (vsFTPd 2.0.4) FTP server. It seems like when i upload a file (binary mode, not sure about ascii) as "XYZ.csv.tmp" and then try to rename it as XYZ.csv the above error appears. However, if i manually rename the file to BE_ICONS.csv , it seems to be perfectly able to do its job as i want it to. (overwrite the old file).
The file version is 1.2.5.0 and is named edtFTPnet.dll
Kind regards,
Wim