Differences
This shows you the differences between the selected revisions of the page.
2014-12-19 | 2015-01-10 | ||
5.6.4 Bug 1246: File checksum can be calculated in scripting (checksum command and XML log entry) and .NET assembly (Session.CalculateFileChecksum method). (martin) | no summary (117.98.3.30) (hidden) | ||
Line 131: | Line 131: | ||
FTPS/WebDAVS [[tls#certificate|TLS/SSL certificate]] signed by untrusted authority may also need to be verified. To automate the verification in script, use ''-certificate'' switch of ''[[scriptcommand_open|open]]'' command to accept the expected certificate automatically. | FTPS/WebDAVS [[tls#certificate|TLS/SSL certificate]] signed by untrusted authority may also need to be verified. To automate the verification in script, use ''-certificate'' switch of ''[[scriptcommand_open|open]]'' command to accept the expected certificate automatically. | ||
+ | **sums | ||
+ | **===== [[different_account]] Running a Script under a Different Account (e.g., Using a Scheduler) bios.nt | ||
- | ===== [[different_account]] Running a Script under a Different Account (e.g., Using a Scheduler) ===== | ||
If you are going to run the script under a different account (for example using the Windows scheduler), don't forget that WinSCP still needs to access its configuration. Note that when using registry as [[config|configuration storage]], the settings are accessible only for your Windows account, so in such a case you may need to either transfer the configuration from your account registry to the other account's registry or use the [[config|INI file]] instead. | If you are going to run the script under a different account (for example using the Windows scheduler), don't forget that WinSCP still needs to access its configuration. Note that when using registry as [[config|configuration storage]], the settings are accessible only for your Windows account, so in such a case you may need to either transfer the configuration from your account registry to the other account's registry or use the [[config|INI file]] instead. | ||
Line 209: | Line 210: | ||
* [[scripts|Useful example scripts]]; | * [[scripts|Useful example scripts]]; | ||
* [[library|WinSCP .NET assembly]]. | * [[library|WinSCP .NET assembly]]. | ||
- |