generating xmllog with WINSCP .NET assembly
Hi There,
Is there anyway to generate a xml log file with the help of .NET assebmly?
I tried the below two option and I cannot generate a xml log file.
1. session.AdditionalExecutableArguments = @"xmllog=C:\testing\test.xml";
2. session.SessionLogPath = @"C:\testing\test.xml";
Any suggestion / ideas will really help me.
Regards,
S.Sasidharan
Is there anyway to generate a xml log file with the help of .NET assebmly?
I tried the below two option and I cannot generate a xml log file.
1. session.AdditionalExecutableArguments = @"xmllog=C:\testing\test.xml";
2. session.SessionLogPath = @"C:\testing\test.xml";
Any suggestion / ideas will really help me.
Regards,
S.Sasidharan