xref: /freebsd/crypto/openssh/sftp-server.8 (revision b66f2d16a0435b7e7f3edde6101797004ae8d3b9)
1b66f2d16SKris Kennaway.\" $OpenBSD: sftp-server.8,v 1.2 2000/09/07 20:27:53 deraadt Exp $
2b66f2d16SKris Kennaway.\"
3b66f2d16SKris Kennaway.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
4b66f2d16SKris Kennaway.\"
5b66f2d16SKris Kennaway.\" Redistribution and use in source and binary forms, with or without
6b66f2d16SKris Kennaway.\" modification, are permitted provided that the following conditions
7b66f2d16SKris Kennaway.\" are met:
8b66f2d16SKris Kennaway.\" 1. Redistributions of source code must retain the above copyright
9b66f2d16SKris Kennaway.\"    notice, this list of conditions and the following disclaimer.
10b66f2d16SKris Kennaway.\" 2. Redistributions in binary form must reproduce the above copyright
11b66f2d16SKris Kennaway.\"    notice, this list of conditions and the following disclaimer in the
12b66f2d16SKris Kennaway.\"    documentation and/or other materials provided with the distribution.
13b66f2d16SKris Kennaway.\"
14b66f2d16SKris Kennaway.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15b66f2d16SKris Kennaway.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16b66f2d16SKris Kennaway.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17b66f2d16SKris Kennaway.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18b66f2d16SKris Kennaway.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19b66f2d16SKris Kennaway.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20b66f2d16SKris Kennaway.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21b66f2d16SKris Kennaway.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22b66f2d16SKris Kennaway.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23b66f2d16SKris Kennaway.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24b66f2d16SKris Kennaway.\"
25b66f2d16SKris Kennaway.Dd August 30, 2000
26b66f2d16SKris Kennaway.Dt SFTP-SERVER 8
27b66f2d16SKris Kennaway.Os
28b66f2d16SKris Kennaway.Sh NAME
29b66f2d16SKris Kennaway.Nm sftp-server
30b66f2d16SKris Kennaway.Nd SFTP server subsystem
31b66f2d16SKris Kennaway.Sh SYNOPSIS
32b66f2d16SKris Kennaway.Nm sftp-server
33b66f2d16SKris Kennaway.Sh DESCRIPTION
34b66f2d16SKris Kennaway.Nm
35b66f2d16SKris Kennawayis a program that speaks the server side of SFTP protocol
36b66f2d16SKris Kennawayto stdout and expects client requests from stdin.
37b66f2d16SKris Kennaway.Nm
38b66f2d16SKris Kennawayis not intended to be called directly, but from
39b66f2d16SKris Kennaway.Xr sshd 8
40b66f2d16SKris Kennawayusing the
41b66f2d16SKris Kennaway.Cm Subsystem
42b66f2d16SKris Kennawayoption.
43b66f2d16SKris KennawaySee
44b66f2d16SKris Kennaway.Xr sshd 8
45b66f2d16SKris Kennawayfor more information.
46b66f2d16SKris Kennaway.Sh HISTORY
47b66f2d16SKris Kennaway.Nm
48b66f2d16SKris Kennawayfirst appeared in
49b66f2d16SKris Kennaway.Ox 2.8 .
50b66f2d16SKris Kennaway.Sh AUTHOR
51b66f2d16SKris KennawayMarkus Friedl <markus@openbsd.org>
52b66f2d16SKris Kennaway.Sh SEE ALSO
53b66f2d16SKris Kennaway.Xr ssh 1 ,
54b66f2d16SKris Kennaway.Xr ssh-add 1 ,
55b66f2d16SKris Kennaway.Xr ssh-keygen 1 ,
56b66f2d16SKris Kennaway.Xr sshd 8 ,
57