Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/read_ftp.pro

    r150 r157  
     1;+ 
     2; @file_comments  
     3;  
     4;  
     5; @categories 
     6;  
     7;  
     8; @param U  
     9; 
     10; 
     11; @param CMD 
     12; 
     13; 
     14; @param RES  
     15;  
     16; 
     17; @keyword OUT 
     18; 
     19; 
     20; @keyword COUNT 
     21; Upon return, the number of elements in the result set.  
     22; This is only important when the result set is the empty 
     23; set, in which case COUNT is set to zero. 
     24;  
     25; @restrictions 
     26;  
     27;  
     28; @examples 
     29; 
     30; 
     31; @history 
     32;  
     33; 
     34; @version 
     35; $Id$ 
     36;- 
    137 
    238pro ftp_post, u, cmd, res, out=out, count=count 
     
    2359  endwhile 
    2460end 
     61;+ 
     62; @file_comments  
     63;  
     64;  
     65; @categories 
     66;  
     67;  
     68; @param TEXT 
     69; ASCII text string containing the message. 
     70; 
     71; @param HOST 
     72; 
     73; 
     74; @param PORT 
     75;  
     76; @restrictions 
     77;  
     78;  
     79; @examples 
     80; 
     81; 
     82; @history 
     83;  
     84; 
     85; @version 
     86; $Id$ 
     87;- 
    2588 
    2689pro ftp_parse_pasv, text, host, port 
     
    67130; even when there is only one file. 
    68131; 
    69 ; @keyword USER 
    70 ; Specify user name to connect to server with.  Default is: anonymous. 
    71 ; 
    72 ; @keyword PASS 
    73 ; Specify password to use when connecting.  Default is: test@test.com. 
     132; @keyword USER { Default is= anonymous} 
     133; Specify user name to connect to server with. 
     134; 
     135; @keyword PASS { Default is= test\@test.com} 
     136; Specify password to use when connecting. 
    74137; 
    75138; @examples 
Note: See TracChangeset for help on using the changeset viewer.