Livelink::DAV

Perl extension for Perl extension for providing a Opentext Livelink EWS WebDAV connecter instance for C...
Download

Livelink::DAV Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • LL
  • Publisher web site:
  • http://search.cpan.org/~dbmolesta/

Livelink::DAV Tags


Livelink::DAV Description

Livelink::DAV is a Perl module that provides CopyTree::VendorProof a connector instance with methods to deal with remote Livelink EWS WebDAV file operations.What?Oh, yes. You've probabaly stumbled across this module because you wanted to copy something recursively. Did you want to move some files into or off your SharePoint file server? Did you buy Opentext's Livelink EWS and wish to automate some file transfers? Well, this is kinda the right place, but it gets righter. Check out the documentation on my CopyTree::VendorProof module, where I have a priceless drill and screw analogy for how these modules all work together. The information on this page is a tad too technical if all you're trying to decide is whether this is the module you need.SYNOPSIS use Livelink::DAV;To create a Livelink::DAV connector instance: my $llobj = Livelink::DAV->new;To set up connection parameters:first, define the livelink server location: $llobj->lldsite('http://www.livelink.server.org/');second, find out the root directory of your webdav resource, for example, if it's athttp://www.livelink.server.org/somedir/webdav_dir/then for llddav use: 'somedir/webdav_dir' $llobj->llddav('somedir/webdav_dir'); #then enter your user account name: $llobj->lldusern('username'); #then, enter your password: $llobj->llduserp('password');As of this writing, only simple authentication has been tested, though simple authentication over ssl (https) should work too.To add a source or destination item to a CopyTree::VendorProof instance: my $ctvp_inst = CopyTree::VendorProof ->new;Add a Livelink::DAV source, which always starts with the dir / file right underneath the webdav_dir. Do not include the webdav_dir itself, or any leading slashes. $ctvp_inst ->src ('~username/path to your source', $llobj); #create a new directory in Livelink: $llobj->cust_mkdir('~username/newdir'); #set the destination to be in the new directory: $ctvp_inst -> dst ('~username/newdir',$llobj); #copies the file / dir $ctvp_inst->cp;Product's homepage


Livelink::DAV Related Software