From owner-freebsd-questions@FreeBSD.ORG Sat May 24 22:35:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DC89106566C for ; Sat, 24 May 2008 22:35:09 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from raq3.nitrex.net (raq3.nitrex.net [213.165.226.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9418FC1C for ; Sat, 24 May 2008 22:35:08 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.10.140] (gate.zenatode.org.uk [213.165.225.167]) by raq3.nitrex.net (8.13.1/8.13.1) with ESMTP id m4OMZ0wu006110 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 May 2008 23:35:07 +0100 Message-ID: <4838981D.4010906@onetel.com> Date: Sat, 24 May 2008 23:35:09 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Kelly Jones References: <26face530805241258y199474edkcef7f79f8569b216@mail.gmail.com> In-Reply-To: <26face530805241258y199474edkcef7f79f8569b216@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Unix command-line tools to edit SharePoint site? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 22:35:09 -0000 Kelly Jones wrote: > I begrudgingly use a Windows SharePoint server at a customer's request. > > I'd like to automate (command-line) updating and creating documents, > lists, etc. > > Is there a Unix tool that does this? > > I know SharePoint has an "API", which basically spoofs the GET/POST > calls that your browser would make(?). > > Has anyone written a Unix command-line tool (or Perl module, etc) that > abstracts this? > > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG. > Version: 8.0.100 / Virus Database: 269.24.1/1463 - Release Date: 5/23/2008 3:36 PM Is this what you want? http://unxutils.sourceforge.net/ Chris