]> andersk Git - gssapi-openssh.git/blob - openssh/sftp-server.0
merge updates from OPENSSH_4_4P1_SIMON_20061002_HPN to trunk
[gssapi-openssh.git] / openssh / sftp-server.0
1 SFTP-SERVER(8)            BSD System Manager's Manual           SFTP-SERVER(8)
2
3 NAME
4      sftp-server - SFTP server subsystem
5
6 SYNOPSIS
7      sftp-server [-f log_facility] [-l log_level]
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.
14
15      Command-line flags to sftp-server should be specified in the Subsystem
16      declaration.  See sshd_config(5) for more information.
17
18      Valid options are:
19
20      -f log_facility
21              Specifies the facility code that is used when logging messages
22              from sftp-server.  The possible values are: DAEMON, USER, AUTH,
23              LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
24              The default is AUTH.
25
26      -l log_level
27              Specifies which messages will be logged by sftp-server.  The pos-
28              sible values are: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG,
29              DEBUG1, DEBUG2, and DEBUG3.  INFO and VERBOSE log transactions
30              that sftp-server performs on behalf of the client.  DEBUG and
31              DEBUG1 are equivalent.  DEBUG2 and DEBUG3 each specify higher
32              levels of debugging output.  The default is ERROR.
33
34 SEE ALSO
35      sftp(1), ssh(1), sshd_config(5), sshd(8)
36
37      T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh-
38      filexfer-00.txt, January 2001, work in progress material.
39
40 HISTORY
41      sftp-server first appeared in OpenBSD 2.8.
42
43 AUTHORS
44      Markus Friedl <markus@openbsd.org>
45
46 BSD                             August 30, 2000                            BSD
This page took 0.218287 seconds and 5 git commands to generate.