Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/read_ftp.html

    r338 r402  
    228228           
    229229          <h4>Version</h4><div class="preformat"> 
    230  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     230 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    231231</div> 
    232232          <h4>History</h4><div class="preformat"> 
     
    330330           
    331331          <h4>Version</h4><div class="preformat"> 
    332  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     332 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    333333</div> 
    334334          <h4>History</h4><div class="preformat"> 
     
    544544    in the current working directory: 
    545545 
    546     IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
    547     IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
    548     IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
    549     IDL> spawn,'dir MGB*',/log_output 
     546   IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
     547   IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
     548   IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
     549   IDL> spawn,'dir MGB*',/log_output 
    550550     Volume in drive C is Local Disk 
    551551     Volume Serial Number is 34CE-24DF 
     
    571571           
    572572          <h4>Version</h4><div class="preformat"> 
    573  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     573 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    574574</div> 
    575575          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.