1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

doc: More work on the tutorial.

This commit is contained in:
Éric Bischoff
2010-08-27 16:20:17 +02:00
committed by Andreas Schneider
parent bcf4e56fe0
commit 31ad140d20
6 changed files with 349 additions and 39 deletions

View File

@ -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".