From owner-freebsd-questions@FreeBSD.ORG Mon Aug 30 17:30:55 2010 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 99241106566C for ; Mon, 30 Aug 2010 17:30:55 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE1D8FC0C for ; Mon, 30 Aug 2010 17:30:54 +0000 (UTC) Received: by qwg5 with SMTP id 5so57523qwg.13 for ; Mon, 30 Aug 2010 10:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=OvbtX9tX4A7d3r32C7Kd1N3yzIw9J/PKeFfFxihw+N4=; b=MpdR9naM3pLf4f0HV3mQYMrrBOwsFX6GVF5uj+60r09FrIYwf1FCosRApxi/6sN5Yx oPoFQAWNeqqyqH4rCv71bAWBElNffK/eUgctHP766yHf6pR5mJXBm3JQ+fEYN0v1C54x Pz2EKPNkXdQ/fdYTXkaVb5R2bQkfI6RbTMbtM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tbJRg3aukN694ZI949cKthg5t9Og4FbsBVE/f9jF8yx40ueCy8SHx3g+fXKQfZJBvR yp+2km3dOtXDQxUZG+o/KDfKzUp4GTav/jJGWH/LQZ+gaW3Nhy+23ZNhEeEGzo+qLMr9 62PuKx+EEx4SVtVriRTXJ3KdMPxTxPTMT1Wb0= MIME-Version: 1.0 Received: by 10.224.67.82 with SMTP id q18mr3201164qai.85.1283189447183; Mon, 30 Aug 2010 10:30:47 -0700 (PDT) Received: by 10.229.189.70 with HTTP; Mon, 30 Aug 2010 10:30:47 -0700 (PDT) In-Reply-To: References: <4C774AE1.2040800@infracaninophile.co.uk> Date: Mon, 30 Aug 2010 18:30:47 +0100 Message-ID: From: krad To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Ed Flecko , freebsd-questions@freebsd.org Subject: Re: Advantage -vs- Disadvantage: SFTP -vs- SCP 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: Mon, 30 Aug 2010 17:30:55 -0000 On 30 August 2010 06:00, Adam Vande More wrote: > On Fri, Aug 27, 2010 at 3:39 AM, krad wrote: > >> >> SFTP is better than scp if you just want to transfer files, as the users >> dont have to have shell access to the box to use the openssh SFTP system. >> As >> mentioned above dont confuse sftp with ftps/ftp-ssl >> > > /usr/ports/shells/scponly > > -- > Adam Vande More > sounds like a bodge to me