summaryrefslogtreecommitdiff
path: root/other/ssharp/sftp-server.0
diff options
context:
space:
mode:
authorSkyperTHC2026-03-03 06:28:55 +0000
committerSkyperTHC2026-03-03 06:28:55 +0000
commit5d3573ef7a109ee70416fe94db098fe6a769a798 (patch)
treedc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /other/ssharp/sftp-server.0
parentc6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff)
packetstorm sync
Diffstat (limited to 'other/ssharp/sftp-server.0')
-rw-r--r--other/ssharp/sftp-server.028
1 files changed, 28 insertions, 0 deletions
diff --git a/other/ssharp/sftp-server.0 b/other/ssharp/sftp-server.0
new file mode 100644
index 0000000..956c804
--- /dev/null
+++ b/other/ssharp/sftp-server.0
@@ -0,0 +1,28 @@
1
2SFTP-SERVER(8) System Manager's Manual SFTP-SERVER(8)
3
4NAME
5 sftp-server - SFTP server subsystem
6
7SYNOPSIS
8 sftp-server
9
10DESCRIPTION
11 sftp-server is a program that speaks the server side of SFTP protocol to
12 stdout and expects client requests from stdin. sftp-server is not inM--
13 tended to be called directly, but from sshd(8) using the Subsystem opM--
14 tion. See sshd(8) for more information.
15
16SEE ALSO
17 sftp(1), ssh(1), sshd(8)
18
19 T. Ylonen, and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh-
20 filexfer-00.txt, January 2001, work in progress material.
21
22AUTHORS
23 Markus Friedl <markus@openbsd.org>
24
25HISTORY
26 sftp-server first appeared in OpenBSD 2.8 .
27
28BSD Experimental August 30, 2000 1