[Mapserver-users] Loading data from another server
Eric Bridger
eric@gomoos.org
27 Aug 2003 16:28:38 +0000
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).
>
>
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users