Differences

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

2012-01-27 2012-02-03
library_transferoperationresult (martin) sessionlogpath, debuglogpath, disableversioncheck (martin)
Line 20: Line 20:
^ Name ^ Description ^ ^ Name ^ Description ^
| string AdditionalExecutableArguments | Additional command-line arguments to be passed to ''[[executables#winscp.com|winscp.com]]''. In general, this should be left with default ''null''. | | string AdditionalExecutableArguments | Additional command-line arguments to be passed to ''[[executables#winscp.com|winscp.com]]''. In general, this should be left with default ''null''. |
 +| string DebugLogPath | Path to store assembly debug log to. Default ''null'' means, no debug log file is created. See also ''SessionLogPath''. |
| bool DefaultConfiguration | Should WinSCP be forced with the default [[config|configuration]]? ''true'' by default. Useful to isolate the console session run from any configuration stored on this machine. | | bool DefaultConfiguration | Should WinSCP be forced with the default [[config|configuration]]? ''true'' by default. Useful to isolate the console session run from any configuration stored on this machine. |
-| string ExecutablePath | Path to ''[[executables#winscp.com|winscp.com]]''. The default is ''null'', meaning that ''winscp.com'' is expected is the same directory as this assembly. |+| bool DisableVersionCheck | Disables test that WinSCP [[executables|executables]] have the same product version as this assembly. | 
 +| string ExecutablePath | Path to ''[[executables#winscp.com|winscp.com]]''. The default is ''null'', meaning that ''winscp.com'' is looked for in the same directory as this assembly or in an installation folder. |
| string IniFilePath | Path to an INI file. Used only when ''DefaultConfiguration'' is ''false''. When ''null'', default WinSCP configuration storage is used, meaning INI file, if any is present in WinSCP startup directory, or Windows Registry otherwise. | | string IniFilePath | Path to an INI file. Used only when ''DefaultConfiguration'' is ''false''. When ''null'', default WinSCP configuration storage is used, meaning INI file, if any is present in WinSCP startup directory, or Windows Registry otherwise. |
-| string LogPath | Path to store [[logging|session log file]] to. Default ''null'' mean, no session log file is created. |+| string SessionLogPath | Path to store [[logging|session log file]] to. Default ''null'' means, no session log file is created. See also ''DebugLogPath''. |
| bool Opened | Is session opened yet? ''true'', when ''Open'' was successfully called already. Read-only. | | bool Opened | Is session opened yet? ''true'', when ''Open'' was successfully called already. Read-only. |
| [[library_doc_collections|StringCollection]] Output | Output of WinSCP console session. See also ''[[library_session_outputdatareceived|OutputDataReceived]]'' event. Read-only. | | [[library_doc_collections|StringCollection]] Output | Output of WinSCP console session. See also ''[[library_session_outputdatareceived|OutputDataReceived]]'' event. Read-only. |

Last modified: by martin