diff options
| author | SkyperTHC | 2026-03-03 06:28:55 +0000 |
|---|---|---|
| committer | SkyperTHC | 2026-03-03 06:28:55 +0000 |
| commit | 5d3573ef7a109ee70416fe94db098fe6a769a798 (patch) | |
| tree | dc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /other/ssharp/sftp-server.0 | |
| parent | c6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff) | |
packetstorm sync
Diffstat (limited to 'other/ssharp/sftp-server.0')
| -rw-r--r-- | other/ssharp/sftp-server.0 | 28 |
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 | |||
| 2 | SFTP-SERVER(8) System Manager's Manual SFTP-SERVER(8) | ||
| 3 | |||
| 4 | NAME | ||
| 5 | sftp-server - SFTP server subsystem | ||
| 6 | |||
| 7 | SYNOPSIS | ||
| 8 | sftp-server | ||
| 9 | |||
| 10 | DESCRIPTION | ||
| 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 | |||
| 16 | SEE 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 | |||
| 22 | AUTHORS | ||
| 23 | Markus Friedl <markus@openbsd.org> | ||
| 24 | |||
| 25 | HISTORY | ||
| 26 | sftp-server first appeared in OpenBSD 2.8 . | ||
| 27 | |||
| 28 | BSD Experimental August 30, 2000 1 | ||
