Differences
This shows you the differences between the selected revisions of the page.
library_sessionoptions 2023-02-21 | library_sessionoptions 2023-09-28 (current) | ||
Line 33: | Line 33: | ||
| int ==PortNumber== | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | | int ==PortNumber== | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | ||
| 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%%''. \\ When set to ''%%S3%%'', and [[#hostname|''HostName'']] is not set yet, it is set to ''s3.amazonaws.com'' and [[#secure|''Secure'']] is enabled. | |
| string ==RootPath== | WebDAV root path or S3 bucket path. Set, when the HTTP server root or S3 bucket list is not accessible. | | | string ==RootPath== | WebDAV root path or S3 bucket path. Set, when the HTTP server root or S3 bucket list is not accessible. | | ||
- | | bool ==Secure== | Use encrypted connection (TLS/SSL) with WebDAV or S3. Default is ''false'' for WebDAV and ''true'' for S3. &beta_feature //In the stable release, use [[#webdavsecure|''WebdavSecure'']].// | | + | | bool ==Secure== | Use encrypted connection (TLS/SSL) with WebDAV or S3. Default is ''false''. | |
| [[dotnet>system.security.securestring|SecureString]] ==SecureNewPassword== | When set, tries to [[task_change_password|change password]] to the new one. Use instead of [[#newpassword|''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|''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|''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|''Password'']] to reduce a number of unencrypted copies of the password in memory. | | ||
Line 50: | Line 50: | ||
| <del>bool ==WebdavSecure==</del> | Obsolete. Use [[#secure|''Secure'']]. | | | <del>bool ==WebdavSecure==</del> | Obsolete. Use [[#secure|''Secure'']]. | | ||
- | ===== Methods3¡54'i0gurfuvyg ===== | + | ===== Methods ===== |
^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| [[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. | |