diff options
author | Ingela Anderton Andin <[email protected]> | 2014-10-10 10:53:23 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-10-10 13:03:36 +0200 |
commit | a6145dc469920f1c09ebcafbeb7722a98dbce96c (patch) | |
tree | 11985e475460e24b78f82c859a2798f838635a29 /lib/ssh/doc | |
parent | b6bbdb3a10e2e6aaa4d346dfe7c8917e52bd1c17 (diff) | |
download | otp-a6145dc469920f1c09ebcafbeb7722a98dbce96c.tar.gz otp-a6145dc469920f1c09ebcafbeb7722a98dbce96c.tar.bz2 otp-a6145dc469920f1c09ebcafbeb7722a98dbce96c.zip |
ssh: Add option sftp_vsn
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh_sftp.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh_sftp.xml b/lib/ssh/doc/src/ssh_sftp.xml index e55d092fe2..f1091e9eca 100644 --- a/lib/ssh/doc/src/ssh_sftp.xml +++ b/lib/ssh/doc/src/ssh_sftp.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2005</year><year>2013</year> + <year>2005</year><year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -81,6 +81,17 @@ <p>The timeout is passed to the ssh_channel start function, and defaults to infinity.</p> </item> + <tag> + <p><c><![CDATA[{sftp_vsn, integer()}]]></c></p> + </tag> + <item> + <p> + Desired SFTP protocol version. + The actual version will be the minimum of + the desired version and the maximum supported + versions by the SFTP server. + </p> + </item> </taglist> <p>All other options are directly passed to <seealso marker="ssh">ssh:connect/3</seealso> or ignored if a |