Blob


1 .TH SFTPCACHE 1
2 .SH NAME
3 sftpcache \- cache sftp connections
4 .SH SYNOPSIS
5 .B sftpcache
6 .I system
7 .SH DESCRIPTION
8 .I Sftpcache
9 multiplexes clients onto persistent
10 .IR sftp (1)
11 connections.
12 It runs
13 .I sftp
14 .I system
15 and posts a socket named
16 .IB system .sftp
17 in the name space directory
18 (see
19 .IR intro (4)).
20 Clients can connect to the socket, one at a time,
21 to interact with the
22 .I sftp
23 session.
24 .PP
25 .I Sftpcache
26 is used by
27 .IR netfiles (1).
28 .SH SOURCE
29 .B \*9/src/cmd/sftpcache.c
30 .SH SEE ALSO
31 .IR ssh (1),
32 .IR sftp (1),
33 .IR netfiles (1)