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 .MR 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 .MR 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 .MR netfiles (1) .
28 .SH SOURCE
29 .B \*9/src/cmd/sftpcache.c
30 .SH SEE ALSO
31 .MR ssh (1) ,
32 .MR sftp (1) ,
33 .MR netfiles (1)
34 .SH BUGS
35 .I Sftpcache
36 only works with OpenSSH versions 4.3 and earlier;
37 later versions do not print the
38 .B sftp>
39 prompt frequently enough.