From owner-freebsd-questions@FreeBSD.ORG Tue May 23 21:59:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2921B16AA52 for ; Tue, 23 May 2006 21:59:42 +0000 (UTC) (envelope-from andrew.chace@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F2E43D67 for ; Tue, 23 May 2006 21:59:34 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so1330536nzf for ; Tue, 23 May 2006 14:59:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=udw59HKLn1sgFj1e2nm20Eh/LAniHBQd1zB71RiXNUj2X/bQoqrBbfh6QmgpKV2DURuXwcQ4fbq4e9/IbE1befUsjJU/YsIgRCnViTYVDfQiv366u1W102C8TmJmoUaNvliUUVaBoH71bnzzBDxgKL7+SX+DGyXX1+XFBPUm7cI= Received: by 10.36.247.53 with SMTP id u53mr8510534nzh; Tue, 23 May 2006 14:59:34 -0700 (PDT) Received: from ?192.168.0.6? ( [70.56.10.145]) by mx.gmail.com with ESMTP id 17sm1555818nzo.2006.05.23.14.59.33; Tue, 23 May 2006 14:59:33 -0700 (PDT) From: Andrew To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 23 May 2006 16:59:37 -0500 Message-Id: <1148421577.2572.28.camel@LatitudeFC5.network> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 (2.6.1-1.fc5.2) Content-Transfer-Encoding: 7bit Subject: standalone libraries for SFTP and SMB 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, 23 May 2006 21:59:45 -0000 Hello, I'm writing a small application that saves files over a network. I'd like to add support for SFTP and SMB. Does anyone know of an independent library for each? I'd like to use libsmbclient from the Samba project, but I haven't found a simple way to build the library without installing all of Samba. OpenSSH includes an SFTP binary, of course, but I'd have to rewrite several complex makefiles to generate it without installing all of OpenSSH. Thought about using the libraries from Gnome-VFS, but they have quite a few dependencies, and are sort of overkill for this project. So yes, I have a couple of options, and yes I'm a little bit lazy. Why reinvent the wheel? ;-) Thanks, -Andrew