diff options
author | Hans Nilsson <[email protected]> | 2014-10-15 14:57:08 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-10-15 14:57:08 +0200 |
commit | 7b2760a6f9991d754687a81c51410c2282ff0b07 (patch) | |
tree | fe76c5ab10c16e065f1ffa907de67e8c575c5f97 /lib/ssh/doc/src/ssh_sftp.xml | |
parent | 7c4237e6d34b23020fca983731a3c7f07a10a8b5 (diff) | |
parent | 647c0e162fafcdc1810eb25b2f67fe6adee38ced (diff) | |
download | otp-7b2760a6f9991d754687a81c51410c2282ff0b07.tar.gz otp-7b2760a6f9991d754687a81c51410c2282ff0b07.tar.bz2 otp-7b2760a6f9991d754687a81c51410c2282ff0b07.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/doc/src/ssh_sftp.xml')
-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 |