Differences

This shows you the differences between the selected revisions of the page.

2015-02-18 2015-02-23
releasing 5.7 stable, removing &beta tags (or replacing with &recent) (martin) details moved to rawconfig (martin)
Line 9: Line 9:
For global settings, use ''[[commandline#configuration|/rawconfig]]'' command-line parameter. For global settings, use ''[[commandline#configuration|/rawconfig]]'' command-line parameter.
-For example, to configure changing case of filenames to lowercase during transfer and reconnect interval, use: +See [[rawconfig|raw configuration]] syntax.
-<code batch> 
-winscp.exe ... /rawconfig Interface\CopyParam\FileNameCase=2 Interface\SessionReopenAuto=10000 
-</code> 
- 
-In [[library|.NET assembly]], use ''[[library_session_addrawconfiguration|Session.AddRawConfiguration]]'': 
- 
-<code csharp> 
-session.AddRawConfiguration("Interface\\CopyParam\\FileNameCase", "2"); 
-session.AddRawConfiguration("Interface\\SessionReopenAuto", "10000"); 
-</code> 

Last modified: by martin