Differences
This shows you the differences between the selected revisions of the page.
2019-09-25 | 2019-09-25 | ||
5.16 Bug 1778: Configurable S3 root path/bucket in .NET assembly. (martin) | 5.16 Added SessionOptions.Name and SessionOptions.ToString (returning the .Name). (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 ==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 51: | 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 | | ||
===== Remarks ===== | ===== Remarks ===== |