From owner-freebsd-questions Tue Nov 30 23: 5:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id 0E02515A8E for ; Tue, 30 Nov 1999 23:05:40 -0800 (PST) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.9.1/8.9.1) with ESMTP id IAA03398 for ; Wed, 1 Dec 1999 08:05:39 +0100 (MET) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <001d01bf3b6d$881031e0$120c1eac@magellanhealth.com> Date: Wed, 01 Dec 1999 08:05:39 +0100 (CET) From: Micke Josefsson To: freebsd-questions@FreeBSD.ORG Subject: RE: Secure File Transfers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 30-Nov-99 Ray Seals wrote: > Is there a good product to perform secure FTP's from a workstation (ie, > Win98, NT, UNIX) to a FreeBSD server? I have heard of a product called > FileDrive be Differential software but it doesn't really list the platforms > that it runs on. It would also be helpful to have an open solution. > > Ray > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message You're probably looking for scp in the ssh-port (/usr/ports/security/ssh). It is pretty much the standard ftp-ing utility these days. You should be able to find it for 'wintendo' too, but I don't know where exactly. There is a sshd (daemon) that should be running on the FreeBSD box (ie. the recieving machine). It's startbable by itself or via inetd. To send file.txt to host lagrange as user mj to his home directory do: scp file.txt mj@lagrange:~/ and you will be prompted for password before continuing. Do read the man page for ssh as it has some interesting configuration options. Cheers, Micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.1 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message