Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: generating xmllog with WINSCP .NET assembly

It automatically generates (and deletes on Dispose) the XML log in temp folder.

This issue has been added to the tracker:
https://winscp.net/tracker/942
Sasidharan9513

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