blob: 0a0210a34e0a8a75154c11d729e83bd7799bb20d [file] [log] [blame]
Ben Lindstrom90fd0602001-06-25 04:45:33 +00001.\" $OpenBSD: sftp-server.8,v 1.8 2001/06/23 05:57:08 deraadt Exp $
Damien Millere4340be2000-09-16 13:29:08 +11002.\"
Ben Lindstrom92a2e382001-03-05 06:59:27 +00003.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
Damien Millere4340be2000-09-16 13:29:08 +11004.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
Damien Miller7b28dc52000-09-05 13:34:53 +110025.Dd August 30, 2000
26.Dt SFTP-SERVER 8
27.Os
28.Sh NAME
29.Nm sftp-server
30.Nd SFTP server subsystem
31.Sh SYNOPSIS
32.Nm sftp-server
33.Sh DESCRIPTION
34.Nm
35is a program that speaks the server side of SFTP protocol
36to stdout and expects client requests from stdin.
37.Nm
38is not intended to be called directly, but from
Damien Miller50a41ed2000-10-16 12:14:42 +110039.Xr sshd 8
Damien Miller7b28dc52000-09-05 13:34:53 +110040using the
41.Cm Subsystem
42option.
43See
Damien Miller50a41ed2000-10-16 12:14:42 +110044.Xr sshd 8
Damien Miller7b28dc52000-09-05 13:34:53 +110045for more information.
Damien Miller7b28dc52000-09-05 13:34:53 +110046.Sh SEE ALSO
Ben Lindstrom160ec622001-04-22 17:17:46 +000047.Xr sftp 1 ,
Damien Miller7b28dc52000-09-05 13:34:53 +110048.Xr ssh 1 ,
Damien Miller50a41ed2000-10-16 12:14:42 +110049.Xr sshd 8
Ben Lindstrom160ec622001-04-22 17:17:46 +000050.Rs
Ben Lindstrom90fd0602001-06-25 04:45:33 +000051.%A T. Ylonen
52.%A S. Lehtinen
Ben Lindstrom160ec622001-04-22 17:17:46 +000053.%T "SSH File Transfer Protocol"
54.%N draft-ietf-secsh-filexfer-00.txt
55.%D January 2001
56.%O work in progress material
57.Re
Damien Miller0bc1bd82000-11-13 22:57:25 +110058.Sh AUTHORS
Damien Miller50a41ed2000-10-16 12:14:42 +110059Markus Friedl <markus@openbsd.org>
60.Sh HISTORY
61.Nm
62first appeared in OpenBSD 2.8 .