Differences

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

2018-02-19 2018-04-12
5.13 was released (martin) 5.10 NewPassword + SecureNewPassword (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 ==NewPassword== | When set, tries to [[task_change_password|change password]] to the new one. |
| string ==Password== | Password for authentication. | | string ==Password== | Password for authentication. |
| 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%%''. |
 +| [[msdn>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. |
| [[msdn>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. | | [[msdn>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. |
| [[msdn>system.security.securestring|SecurePrivateKeyPassphrase]] ==SecurePrivateKeyPassphrase== | Encrypted passphrase for encrypted private keys and client certificates. Use instead of ''PrivateKeyPassphrase'' to reduce a number of unencrypted copies of the passphrase in memory. | | [[msdn>system.security.securestring|SecurePrivateKeyPassphrase]] ==SecurePrivateKeyPassphrase== | Encrypted passphrase for encrypted private keys and client certificates. Use instead of ''PrivateKeyPassphrase'' to reduce a number of unencrypted copies of the passphrase in memory. |

Last modified: by martin