Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.207.902 Times

HTTP::DAV 0.31

  Date Added: September 08, 2010  |  Visits: 1.176

HTTP::DAV

Report Broken Link
Printer Friendly Version


Product Homepage
Download (342 downloads)



HTTP::DAV is a WebDAV client library for Perl5. SYNOPSIS # DAV script that connects to a webserver, safely makes # a new directory and uploads all html files in # the /tmp directory. use HTTP::DAV; $d = new HTTP::DAV; $url = "http://host.org:8080/dav/"; $d->credentials( -user=>"pcollins",-pass =>"mypass", -url =>$url, -realm=>"DAV Realm" ); $d->open( -url=>"$url ) or die("Couldnt open $url: " .$d->message . "n"); # Make a null lock on newdir $d->lock( -url => "$url/newdir", -timeout => "10m" ) or die "Wont put unless I can lock for 10 minutesn"; # Make a new directory $d->mkcol( -url => "$url/newdir" ) or die "Couldnt make newdir at $urln"; # Upload multiple files to newdir. if ( $d->put( -local => "/tmp/*.html", -url => $url ) ) { print "successfully uploaded multiple files to $urln"; } else { print "put failed: " . $d->message . "n"; } $d->unlock( -url => $url );.

Requirements: No special requirements
Platforms: Linux
Keyword: Client Client Library D- Http Httpdav Libraries Library Lock Programming Support Url Webdav Client
Users rating: 0/10

License: Freeware Size: 76.8 KB
USER REVIEWS
More Reviews or Write Review


HTTP::DAV RELATED
Libraries  -  Gaia 2011.2
Gaia is free-of-charge library for programming Java Swing client or client / server applications with advanced components (like JTreeTable) and building forms from XML description files. It contains powerful and easy-to-use XML support and also...
1.29 MB  
Libraries  -  conexus library 0.5.2
conexus is a generalized C++ I/O library that includes support for BSD sockets, serial/TTY, and packet capture (via pcap). conexus library utilizes sigc++ for object communication. A companion library, conexusgtk, provides a set of gtkmm widgets..
 
Networking Tools  -  Raw Socket Library 2.1
Raw Socket Library provides a simple to use raw socket library with IPV6 support. Raw Socket Library provides a simple mechanism to send raw socket packet using IPV4 and IPV6 using a simple struct. It currently supports TCP, ICMP, UDP, and...
12.29 KB  
Programming  -  Cross-Platform System Library 0.01
Cross-Platform System Library is a portable C++ run-time library that provides support for manipulating system resources, such as thread, process, mutex, and synchronize, in Win32 and POSIX(UNIX, Linux, Mac OS X) platforms.
25.83 KB  
Libraries  -  MTasker 0.4
MTasker is a two-file C++ library designed to support very simple cooperative multitasking. MTasker can facilitate writing code that would ordinarily require a state machine, for which the author does not consider himself smart enough. This...
61.44 KB  
Libraries  -  QXi 0.0.1
QXi (Qt XInput Extension) is a C++ library to add support for XInput devices (like tablets or joysticks) to Qt-based X11 applications. Its licensed under Troll Techs QPL, just like the free edition of Qt. As of now, QXi supports devices with up...
133.12 KB  
Libraries  -  libsynaptics 0.14.6c
libsynaptics is a library intended to support all upcoming driver versions of the Xorg Synaptics Touch Pad Driver. Programs that want to access the touch pad should make use of this library and will thereby not interfere with each other....
307.2 KB  
MP3 Tools  -  jicyshout 0.2.1
Java library to better support http-based streaming MP3 clients by working around shortcomings of Java Media Framework (JMF) reference implementation. Streams MP3 media and metadata from icecast, shoutcast, and nanocaster (Live365) servers.
43.68 KB  
Development Tools  -  GNU Nana 1.0
GNU Nana is a free library providing improved support for assertion checking (as in assert.h) and logging (printf style debugging) in GNU C and C . Features: - Space/time efficient, at least compared to assert.h. For example assert(i >= 0) uses 53...
 
Libraries  -  CryptoBlackbox .NET 11.0
CryptoBlackbox .NET is the class library that adds support for various cryptography functions to your .NET application. CryptoBlackbox includes hashing and HMAC, symmetric encryption, asymmetric (PKI-based) encryption and digital signing,...
25.84 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB