doc/manual/cl-file.html
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 <html>
       
     2 <head>
       
     3 <title> DTN2 Manual: File Convergence Layer </title>
       
     4 <link rel="stylesheet" type="text/css" href="manual.css" />
       
     5 </head>
       
     6 <body>
       
     7 <h1>File Convergence Layer
       
     8 </h1>
       
     9 <p> DO NOT USE - NOT WORKING 12/11/09
       
    10 <p>
       
    11 To add a file interface in your config file, use:
       
    12 
       
    13 
       
    14 <p>
       
    15 Syntax: <tt>interface add <i>name</i> <i>CL</i> [<i>arg=val arg=val2 argN=valN...</i>]</tt>
       
    16 <p>Example: <tt>interface add file0 file </tt>
       
    17 <p>Valid arguments for <tt><i>arg</i></tt> are:
       
    18 <p>
       
    19 <table>
       
    20 <tr>
       
    21 <th>arg
       
    22 <th>Possible settings
       
    23 <th>Default
       
    24 <th>Comments
       
    25 
       
    26 <tr>
       
    27 <td><tt>secs_per_scan</tt>
       
    28 <td>number (seconds)
       
    29 <td>5
       
    30 <td>Directory scan interval
       
    31 </table>
       
    32 <p> <b>Note</b>
       
    33 The ssp part of the next hop URI (the contact EID) MUST be of the form: /path1/path2.
       
    34 The given directory indicated by the spp part MUST exist and the permissions MUST be correct
       
    35 </body>
       
    36 </html>
       
    37