Date: Sat, 24 May 2008 15:42:59 -0700 From: "Tobias Hoellrich" <thoellri@adobe.com> To: "Kelly Jones" <kelly.terry.jones@gmail.com> Cc: freebsd-questions@freebsd.org Subject: RE: Unix command-line tools to edit SharePoint site? Message-ID: <E891374F64B9194FB5BFFF28935811CA029D2D35@namail2.corp.adobe.com> In-Reply-To: <26face530805241258y199474edkcef7f79f8569b216@mail.gmail.com> References: <26face530805241258y199474edkcef7f79f8569b216@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Kelly Jones > Sent: Saturday, May 24, 2008 1:58 PM > To: freebsd-questions@freebsd.org > Subject: Unix command-line tools to edit SharePoint site? >=20 > I begrudgingly use a Windows SharePoint server at a=20 > customer's request. >=20 > I'd like to automate (command-line) updating and creating documents, > lists, etc. >=20 > Is there a Unix tool that does this? >=20 > I know SharePoint has an "API", which basically spoofs the GET/POST > calls that your browser would make(?). >=20 > Has anyone written a Unix command-line tool (or Perl module, etc) that > abstracts this? Kelly - HTTP::WebDav is your friend. It allows you to access your SharePoint site from perl. You can retrieve data and store data. Also take a look at hits perl-snippet: http://www.perlmonks.org/index.pl?node_id=3D612797 Hope this helps Tobias
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E891374F64B9194FB5BFFF28935811CA029D2D35>