Date: Wed, 01 Dec 1999 08:05:39 +0100 (CET) From: Micke Josefsson <mj@isy.liu.se> To: freebsd-questions@FreeBSD.ORG Subject: RE: Secure File Transfers Message-ID: <XFMail.991201080538.mj@isy.liu.se> In-Reply-To: <001d01bf3b6d$881031e0$120c1eac@magellanhealth.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991201080538.mj>