diff options
author | Hans Nilsson <[email protected]> | 2014-11-18 14:50:09 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-11-18 14:50:09 +0100 |
commit | 71ec59a0d9c89a2dedcdca29844d037c01623fb9 (patch) | |
tree | 062dd021d80e372757cc92f83e88f23e24e7406b /lib/ssh/doc/src/ssh_sftp.xml | |
parent | d4e95c0fe6ea3c298e56f2e30768db3ed1c999ff (diff) | |
parent | 2feb7638d47f2d1012871de3040fa7d50f058e3a (diff) | |
download | otp-71ec59a0d9c89a2dedcdca29844d037c01623fb9.tar.gz otp-71ec59a0d9c89a2dedcdca29844d037c01623fb9.tar.bz2 otp-71ec59a0d9c89a2dedcdca29844d037c01623fb9.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/doc/src/ssh_sftp.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_sftp.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh_sftp.xml b/lib/ssh/doc/src/ssh_sftp.xml index f1091e9eca..251f5a4be3 100644 --- a/lib/ssh/doc/src/ssh_sftp.xml +++ b/lib/ssh/doc/src/ssh_sftp.xml @@ -194,6 +194,24 @@ can be used for reading directory contents.</p> </desc> </func> + + <func> + <name>open_tar(ChannelPid, Path) -></name> + <name>open_tar(ChannelPid, Path, Timeout) -> {ok, Handle} | {error, Reason}</name> + <fsummary>Open a tar file on the server to which <v>ChannelPid</v> is connected and return a handle</fsummary> + <type> + <v>ChannelPid = pid()</v> + <v>Path = string()</v> + <v>Timeout = timeout()</v> + <v>Reason = term()</v> + </type> + <desc> + <p>Opens a handle to a tar file on the server, the handle + can be used for remote tar manipulation as defined by the + <seealso marker="stdlib:erl_tar#init/3">erl_tar:init/3</seealso> function.</p> + </desc> + </func> + <func> <name>close(ChannelPid, Handle) -> </name> <name>close(ChannelPid, Handle, Timeout) -> ok | {error, Reason}</name> |