Help for this page

Select Code to Download


  1. or download this
    LWP::UserAgent::new: ()
    LWP::UserAgent::new: ()
    LWP::UserAgent::request: ()
    ...
    emitting a warning
    The keep_alive option must be enabled for NTLM
    authentication to work.  NTLM authentication aborted.
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    #      print "Put failed: " . $dav->message . "\n";
    #}
    $dav->put( -local => "$source", -url => $destination )