From owner-freebsd-questions@FreeBSD.ORG Tue May 27 02:29:36 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 C5DF3106566C for ; Tue, 27 May 2008 02:29:36 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 954308FC1C for ; Tue, 27 May 2008 02:29:36 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1863122wfg.7 for ; Mon, 26 May 2008 19:29:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6QGQERBrNlCLqgPPbnPzqE8OGQcgSIGdPWJH6G/48L4=; b=EeHYYCwazU+zUt3Mawo0MlcunxRTqhPm3TGgF3QBDipTSQ5y0W/wQTTl1irl/Ngln6BWnBhKYhhn4VtCisNW8c8xO8jjWfKfmiPR3VixyrPJOE5EDycec92W00qMM/+b1M8jYy1QgLE2S21pZcJPtBXTwajor7iMBXqYfWa6KRw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X+atp3GhA6YzzXtfQ44YGDUWml4De0vrI8Cv2qMq3zScQ4WQk9/Hx2a5yQRf0y/7OpMEx5ehQ49Rey5sMqCFVtPZYGJtYK/1ji80LLR8scy5YepG3sw8MgKZFChv/nWZXZQaoVTXTznf3Wam1Ef3Vs3THLNfvJ9IRu6SYpRajAI= Received: by 10.143.37.14 with SMTP id p14mr260457wfj.267.1211855376141; Mon, 26 May 2008 19:29:36 -0700 (PDT) Received: by 10.142.87.9 with HTTP; Mon, 26 May 2008 19:29:36 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 19:29:36 -0700 From: "Kurt Buff" To: "Chris Whitehouse" In-Reply-To: <4838981D.4010906@onetel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <26face530805241258y199474edkcef7f79f8569b216@mail.gmail.com> <4838981D.4010906@onetel.com> Cc: Kelly Jones , 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: Tue, 27 May 2008 02:29:36 -0000 On Sat, May 24, 2008 at 3:35 PM, Chris Whitehouse wrote: > 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? > > Is this what you want? > > http://unxutils.sourceforge.net/ > > Chris If you want to use some/many/most of the core utils on Windows, you'll be much better off with http://gnuwin32.sourceforge.net unxutils seems pretty moribund, and I have not been successful downloading the updates from that site for a while. Kurt