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_assistant_output/ToBeReviewed/LECTURE/read_ftp.html

    r338 r402  
    199199     
    200200    <h4>Version</h4> 
    201  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     201 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    202202 
    203203    <h4>History</h4> 
     
    296296     
    297297    <h4>Version</h4> 
    298  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     298 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    299299 
    300300    <h4>History</h4> 
     
    512512    in the current working directory: 
    513513 
    514     IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
    515     IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
    516     IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
    517     IDL> spawn,'dir MGB*',/log_output 
     514   IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
     515   IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
     516   IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
     517   IDL> spawn,'dir MGB*',/log_output 
    518518     Volume in drive C is Local Disk 
    519519     Volume Serial Number is 34CE-24DF 
     
    539539     
    540540    <h4>Version</h4> 
    541  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     541 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    542542 
    543543    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.