Changes between Version 9 and Version 10 of UserDocs/ReadInZip


Ignore:
Timestamp:
Apr 12, 2011, 12:01:17 PM (13 years ago)
Author:
EliL
Comment:

add to vsicrul password, ftp, and doc link

Legend:

Unmodified
Added
Removed
Modified
  • UserDocs/ReadInZip

    v9 v10  
    109109 * According to the [http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News 1.8.0 release notes], part of the virtual file system handlers is vsicurl.
    110110 * This allows partial http or ftp downloading (i.e. ogrinfo a very large shapefile over the internet).
     111 * More and information: [http://gdal.org/cpl__vsi_8h.html#4f791960f2d86713d16e99e9c0c36258]
    111112
    112113== Example ==
     
    117118}}}
    118119
     120
    119121== Complex example (combining with vsizip) ==
    120122ogrinfo a shapefile in a zip file on the internet:
     
    124126}}}
    125127
     128
     129== Complex example (combining with vsizip and password on ftp) ==
     130ogrinfo a shapefile in a zip file on the internet:
     131
     132{{{
     133ogrinfo -ro -al -so /vsizip/vsicurl/ftp://user:password@example.com/foldername/file.zip/example.shp
     134}}}
     135
     136
    126137== Notes ==
    127138 * The vsicurl section here may need improvement.