[Mapserver-users] Loading data from another server

Eric Bridger eric at gomoos.org
Wed Aug 27 12:28:38 EDT 2003


As Lowell suggested, wget is just the tool to download data from a URL.
To grab all the shape files at http://www.myDataServer.com/data you
could use:
wget -A shp,shx,dbf -np -nd http://www.myDataServer.com/data
which would get all files in the data directory with .shp, .shx and .dbf
extensions.




On Wed, 2003-08-27 at 19:29, Jeff L. wrote:
> 
> It sounds not that easy in this case, as it seems that there is no example 
> how to upload shape data
> from a web server using an url (or another mean).
> 
> 
 




More information about the mapserver-users mailing list