diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 01:47:17 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 01:47:17 +0000 |
commit | 58657d96514cd6f16d82add8d6f4adbb36765758 (patch) | |
tree | b618adf8cafe8afd07b90ea24120d986b1d67dee /sftp-server.0 | |
parent | 1c992c4c13ea6c8fcd80093b340bc49753e17a4f (diff) | |
parent | d984a3c6658e950881edcfb2aae464add93f68d4 (diff) |
Import OpenSSH 3.5p1.
Diffstat (limited to 'sftp-server.0')
-rw-r--r-- | sftp-server.0 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sftp-server.0 b/sftp-server.0 new file mode 100644 index 000000000..9b1f67541 --- /dev/null +++ b/sftp-server.0 | |||
@@ -0,0 +1,27 @@ | |||
1 | SFTP-SERVER(8) System Manager's Manual SFTP-SERVER(8) | ||
2 | |||
3 | NAME | ||
4 | sftp-server - SFTP server subsystem | ||
5 | |||
6 | SYNOPSIS | ||
7 | sftp-server | ||
8 | |||
9 | DESCRIPTION | ||
10 | sftp-server is a program that speaks the server side of SFTP protocol to | ||
11 | stdout and expects client requests from stdin. sftp-server is not | ||
12 | intended to be called directly, but from sshd(8) using the Subsystem | ||
13 | option. See sshd(8) for more information. | ||
14 | |||
15 | SEE ALSO | ||
16 | sftp(1), ssh(1), sshd(8) | ||
17 | |||
18 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | ||
19 | filexfer-00.txt, January 2001, work in progress material. | ||
20 | |||
21 | AUTHORS | ||
22 | Markus Friedl <markus@openbsd.org> | ||
23 | |||
24 | HISTORY | ||
25 | sftp-server first appeared in OpenBSD 2.8 . | ||
26 | |||
27 | BSD August 30, 2000 BSD | ||