Differences
This shows you the differences between the selected revisions of the page.
2023-12-06 | 2023-12-12 | ||
6.2.1 Issue 52 – Use file hash as criterion for synchronization (martin) | setting in GUI (martin) | ||
Line 56: | Line 56: | ||
<code powershell> | <code powershell> | ||
$session.AddRawConfiguration("Interface\ExternalIpAddress", "198.51.100.10") | $session.AddRawConfiguration("Interface\ExternalIpAddress", "198.51.100.10") | ||
+ | </code> | ||
+ | |||
+ | In WinSCP GUI, to enable an option (which is not configurable directly in the GUI), it's usually enough to run WinSCP GUI once like this: | ||
+ | <code batch> | ||
+ | winscp.exe /rawconfig Interface\HonorDrivePolicy=off | ||
</code> | </code> | ||