Source: nd
Section: net
Priority: optional
Maintainer: Mats Erik Andersson <mats.andersson@gisladisker.se>
Build-Depends: debhelper (>= 7), libxml2-dev
Standards-Version: 3.8.3
Homepage: http://gohome.org/nd/
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/nd/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/nd/trunk/

Package: nd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: small command line interface to WebDAV servers
 nd is a command line tool to issue queries to a WebDAV server.
 .
 WebDAV stands for "Web-based Distributed Authoring and Versioning"
 (RFC 2518). It is a protocol built on top of HTTP, allowing users
 to collaboratively edit and manage files on remote web servers.
 .
 nd can be used to retrieve, submit, remove, and lock individual
 files, as well as retrieving information about them. It also
 supports proxying and the 'Basic' authentication method of
 protecting against unsolicited access.
 .
 It is smaller than the alternative tool Cadaver, since nd only
 supports 'Basic' authentication in addition to plain access.
 Nd has no interactive mode, nor support for SSL/TLS-encrypted
 transmissions, but is well suited for use in scripts.
 .
 nd is only dependent on libxml2.
