xref: /freebsd/crypto/openssh/sftp-server.8 (revision efcad6b72fe9d4f7ea99c021f4903d09ca31b666)
1efcad6b7SDag-Erling Smørgrav.\" $OpenBSD: sftp-server.8,v 1.10 2003/10/08 08:27:36 jmc 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
44efcad6b7SDag-Erling Smørgrav.Xr sshd_config 5
45b66f2d16SKris Kennawayfor more information.
46b66f2d16SKris Kennaway.Sh SEE ALSO
471e8db6e2SBrian Feldman.Xr sftp 1 ,
48b66f2d16SKris Kennaway.Xr ssh 1 ,
49efcad6b7SDag-Erling Smørgrav.Xr sshd_config 5 ,
505b9b2fafSBrian Feldman.Xr sshd 8
511e8db6e2SBrian Feldman.Rs
521e8db6e2SBrian Feldman.%A T. Ylonen
531e8db6e2SBrian Feldman.%A S. Lehtinen
541e8db6e2SBrian Feldman.%T "SSH File Transfer Protocol"
551e8db6e2SBrian Feldman.%N draft-ietf-secsh-filexfer-00.txt
561e8db6e2SBrian Feldman.%D January 2001
571e8db6e2SBrian Feldman.%O work in progress material
581e8db6e2SBrian Feldman.Re
591e8db6e2SBrian Feldman.Sh AUTHORS
60d95e11bfSDag-Erling Smørgrav.An Markus Friedl Aq markus@openbsd.org
615b9b2fafSBrian Feldman.Sh HISTORY
625b9b2fafSBrian Feldman.Nm
6383d2307dSDag-Erling Smørgravfirst appeared in OpenBSD 2.8 .
64