[Geotools-devel] WebDAV vs SFTP

2011-10-04 Thread Jody Garnett
Um; whatever works is best! a) SFTP is the preference of the people running the server and is a bit more secure for uploading content... b) WebDAV is nice in that in the bad old days we could connect using windows by mounting the directory and copying the files in Update! on #osgeo IRC they ju

Re: [Geotools-devel] WebDAV vs SFTP anyone keen for maven hacking?

2011-10-04 Thread Michael Bedward
Hi Jody, Can you explain the pros and cons of each in very simple words please. Michael On 4 October 2011 18:54, Jody Garnett wrote: > We be able to configure our release to use SFTP. > Connection credentials are the same ... end point for wagon is different: > sftp:  download.osgeo.org > remo

Re: [Geotools-devel] WebDAV vs SFTP anyone keen for maven hacking?

2011-10-04 Thread Jody Garnett
Okay I got some stuff working pom.xml change is: false osgeo Open Source Geospatial Foundation - Maven 2 repo sftp://download.osgeo.org/osgeo/download/webdav/geotools And replace our "wagon" with the following: org.apache.maven.wagon wagon-ssh 2.0 If this works I would prefer using ss

[Geotools-devel] WebDAV vs SFTP anyone keen for maven hacking?

2011-10-04 Thread Jody Garnett
We be able to configure our release to use SFTP. Connection credentials are the same ... end point for wagon is different: sftp: download.osgeo.org remote path: /osgeo/download/webdav/geotools http://maven.apache.org/wagon/wagon-providers/wagon-ssh/ Worth a shot? Anyone keen for maven hacking