Differences

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

2019-03-08 2019-09-25
suggest using SHA-256 fingerprint (martin) 5.16 Bug 1778: Configurable S3 root path/bucket in .NET assembly. (martin)
Line 33: Line 33:
| 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 |
| [[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 44: Line 45:
| 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. |
-| string ==WebdavRoot== | WebDAV root path. |+| <del>string ==WebdavRoot==</del> | WebDAV root path. //Obsoleted in the latest beta version, use [[#rootpath|''RootPath'']] instead.// &beta |
===== Methods ===== ===== Methods =====

Last modified: by martin