summaryrefslogtreecommitdiff
path: root/index.html
blob: bc5630465500238a33ee185889e1c40919c30a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
  <head>
    <title>Control multiple Net::SSH connections via a single interface.</title>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
  </head>
  <frameset border='1' bordercolor='gray' cols='20%, *' frameborder='1'>
    <frameset rows='15%, 35%, 50%'>
      <frame name='Files' src='fr_file_index.html' title='Files'></frame>
      <frame name='Classes' src='fr_class_index.html'></frame>
      <frame name='Methods' src='fr_method_index.html'></frame>
    </frameset>
    <frame name='docwin' src='files/README_rdoc.html'></frame>
  </frameset>
</html>