aboutsummaryrefslogtreecommitdiff
path: root/doc/sftp.dox
diff options
context:
space:
mode:
authorÉric Bischoff <eric@bureau-cornavin.com>2010-08-27 16:20:17 +0200
committerAndreas Schneider <asn@cynapses.org>2010-08-27 16:20:17 +0200
commit31ad140d20c37669ed0ed931e0eed0e4c7aa3f44 (patch)
treecd1d9754d742c6a78d4472cb8fc8a4fdb6b4abce /doc/sftp.dox
parentbcf4e56fe02042af1accd01b207870a55e1c65b4 (diff)
downloadlibssh-31ad140d20c37669ed0ed931e0eed0e4c7aa3f44.tar.gz
libssh-31ad140d20c37669ed0ed931e0eed0e4c7aa3f44.tar.xz
libssh-31ad140d20c37669ed0ed931e0eed0e4c7aa3f44.zip
doc: More work on the tutorial.
Diffstat (limited to 'doc/sftp.dox')
-rw-r--r--doc/sftp.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sftp.dox b/doc/sftp.dox
index 6f9bcde7..7306be57 100644
--- a/doc/sftp.dox
+++ b/doc/sftp.dox
@@ -29,7 +29,7 @@ The current implemented version of the SFTP protocol is version 3. All functions
aren't implemented yet, but the most important are.
-@subsection sftp_section Opening and closing a SFTP session
+@subsection sftp_session Opening and closing a SFTP session
Unlike with remote shells and remote commands, when you use the SFTP subsystem,
you don't handle directly the SSH channels. Instead, you open a "SFTP session".