Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Loozer

I would like to know few options available in .Net Assembly for WinSCP

1. What is the use of
Session.AddRawConfiguration
?
2. I made the following settings but didn't worked
session.AddRawConfiguration(@"Configuration\Logging\LogFileName", @"D:\Test Log\wscp.log");

session.AddRawConfiguration(@"Configuration\Logging\LogMaxSize", "150000");
session.AddRawConfiguration(@"Configuration\Logging\LogMaxCount", "2");
session.AddRawConfiguration(@"Configuration\Logging\Logging", "0");
session.AddRawConfiguration(@"Configuration\Logging\LogFileAppend", "0");
session.AddRawConfiguration(@"Configuration\Logging\LogSensitive", "0");
session.AddRawConfiguration(@"Configuration\Logging\LogProtocol", "0");
session.AddRawConfiguration(@"Configuration\Logging\LogActions", "0");
session.AddRawConfiguration(@"Configuration\Logging\ActionsLogFileName", @"D:\Test Log\wscpxml.log");

3. What is the use of
session.XmlLogPreserve
and
session.XmlLogPath

options?