Differences
This shows you the differences between the selected revisions of the page.
2019-10-03 | 2020-02-18 | ||
typo (martin) | 5.17 released (martin) | ||
Line 28: | Line 28: | ||
| bool ==GiveUpSecurityAndAcceptAnyTlsHostCertificate== | Give up security and accept any FTPS/WebDAVS server [[tls#certificate|TLS/SSL certificate]]. To be used in exceptional situations only, when security is not required. When set, log files will include warning about insecure connection. To maintain security, use ''TlsHostCertificateFingerprint''. | | | bool ==GiveUpSecurityAndAcceptAnyTlsHostCertificate== | Give up security and accept any FTPS/WebDAVS server [[tls#certificate|TLS/SSL certificate]]. To be used in exceptional situations only, when security is not required. When set, log files will include warning about insecure connection. To maintain security, use ''TlsHostCertificateFingerprint''. | | ||
| string ==HostName== | Name of the host to connect to. Mandatory property. | | | string ==HostName== | Name of the host to connect to. Mandatory property. | | ||
- | | string ==Name== | Returns a generated name of a session, based on available information -- typically ''UserName@HostName''. Read-only. &beta_feature | | + | | string ==Name== | Returns a generated name of a session, based on available information -- typically ''UserName@HostName''. Read-only. | |
| string ==NewPassword== | When set, tries to [[task_change_password|change password]] to the new one. | | | string ==NewPassword== | When set, tries to [[task_change_password|change password]] to the new one. | | ||
| string ==Password== | Password for authentication. | | | string ==Password== | Password for authentication. | | ||
Line 34: | Line 34: | ||
| string ==PrivateKeyPassphrase== | Passphrase for encrypted private keys and client certificates. | | | string ==PrivateKeyPassphrase== | Passphrase for encrypted private keys and client certificates. | | ||
| Protocol ==Protocol== | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'', ''Protocol.Ftp'', ''Protocol.Webdav'' and ''Protocol.%%S3%%''. | | | Protocol ==Protocol== | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'', ''Protocol.Ftp'', ''Protocol.Webdav'' and ''Protocol.%%S3%%''. | | ||
- | | string ==RootPath== | WebDAV root path or S3 bucket path. Set, when the HTTP server root or S3 bucket list is not accessible. &beta_feature | | + | | string ==RootPath== | WebDAV root path or S3 bucket path. Set, when the HTTP server root or S3 bucket list is not accessible. | |
| [[dotnet>system.security.securestring|SecureString]] ==SecureNewPassword== | When set, tries to [[task_change_password|change password]] to the new one. Use instead of ''NewPassword'' to reduce a number of unencrypted copies of the password in memory. | | | [[dotnet>system.security.securestring|SecureString]] ==SecureNewPassword== | When set, tries to [[task_change_password|change password]] to the new one. Use instead of ''NewPassword'' to reduce a number of unencrypted copies of the password in memory. | | ||
| [[dotnet>system.security.securestring|SecureString]] ==SecurePassword== | Encrypted password for authentication. Use instead of ''Password'' to reduce a number of unencrypted copies of the password in memory. | | | [[dotnet>system.security.securestring|SecureString]] ==SecurePassword== | Encrypted password for authentication. Use instead of ''Password'' to reduce a number of unencrypted copies of the password in memory. | | ||
Line 46: | Line 46: | ||
| string ==UserName== | Username for authentication. Mandatory property. | | | string ==UserName== | Username for authentication. Mandatory property. | | ||
| bool ==WebdavSecure== | Use WebDAVS (WebDAV over TLS/SSL), instead of WebDAV. | | | bool ==WebdavSecure== | Use WebDAVS (WebDAV over TLS/SSL), instead of WebDAV. | | ||
- | | <del>string ==WebdavRoot==</del> | WebDAV root path. //Obsoleted in the latest beta version, use [[#rootpath|''RootPath'']] instead.// &beta | | + | | <del>string ==WebdavRoot==</del> | WebDAV root path. //Obsoleted, use [[#rootpath|''RootPath'']] instead.// &recent | |
===== Methods ===== | ===== Methods ===== | ||
Line 52: | Line 52: | ||
| [[library_sessionoptions_addrawsettings|AddRawSettings]] | Allows configuring any site settings using raw format as in an INI file. | | | [[library_sessionoptions_addrawsettings|AddRawSettings]] | Allows configuring any site settings using raw format as in an INI file. | | ||
| [[library_sessionoptions_parseurl|ParseUrl]] | Parses session URL into its components. | | | [[library_sessionoptions_parseurl|ParseUrl]] | Parses session URL into its components. | | ||
- | | ToString | Returns [[#name|''Name'']]. (Overrides ''Object.ToString()''.) &beta_feature | | + | | ToString | Returns [[#name|''Name'']]. (Overrides ''Object.ToString()''.) | |
===== Remarks ===== | ===== Remarks ===== |