Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

File:
1 edited

Legend:

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

    r231 r325  
    2626; @version 
    2727; $Id$ 
     28; 
    2829;- 
    29 ; 
    3030PRO ftp_post, u, cmd, res, out=out, count=count 
    3131; 
     
    7777; 
    7878;- 
    79 ; 
    8079PRO ftp_parse_pasv, text, host, port 
    8180  t=strtrim(text,2) 
     
    122121; even when there is only one file. 
    123122; 
    124 ; @keyword USER { Default is= anonymous} 
     123; @keyword USER {default=anonymous} 
    125124; Specify user name to connect to server with. 
    126125; 
    127 ; @keyword PASS { Default is= test\@test.com} 
     126; @keyword PASS {default=test\@test.com} 
    128127; Specify password to use when connecting. 
    129128; 
     
    178177; 
    179178;- 
    180 ; 
    181179PRO read_ftp, site, files, dir, port, data=data, file=file, user=user, $ 
    182180              pass=pass, ptr=ptr 
Note: See TracChangeset for help on using the changeset viewer.