Hi,
I am facing an un-usual behaviour from FtpConnection.LogFile. When I give file name with path. It removes the '/' from path and set a plain string.
For example
FTPConnection.LogLevel = EnterpriseDT.Util.Debug.LogLevel.Error;
FTPConnection.LogFile ="C:/test123.txt";
It's throwing error with C:test123.txt. Kindly let me know what to do? Has it's working fine couple of days ago.