From owner-freebsd-questions Wed Jan 24 6:43:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 7E05C37B699 for ; Wed, 24 Jan 2001 06:43:16 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.1/8.11.1) id f0OEhFu09687; Wed, 24 Jan 2001 09:43:15 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: questions-digest V5 #43 [Should have been: Losing FTP (last step to security)] References: <005901c08557$110df430$9865fea9@guinevere> From: Lowell Gilbert Date: 24 Jan 2001 09:43:15 -0500 In-Reply-To: jshenry@net-noise.com's message of "23 Jan 2001 17:12:47 +0100" Message-ID: <44k87lau4c.fsf_-_@lowellg.ne.mediaone.net> Lines: 27 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jshenry@net-noise.com (J. Seth Henry) writes: > This is an easy one - sftp. It is included in every distribution of ssh that > I've seen, and works just like traditional ftp. Only of the ssh2 protocol. The ssh implementation in the recent FreeBSD base system, for example, doesn't include it. I tend to find scp more convenient for my purposes anyway, but that's because I usually know the exact names and locations of files before the transfer. The original poster had asked: > Now that I've wrapped pop3 and IMAP in SSL, my last unsecure service > is FTP. What are people using as a replacement to transfer files? > I am particularly interested in a method that could be recommended to > my Windows users (i.e. need some graphical client for Win). and there are, indeed, graphical sftp clients for Windows, although I don't know if any are free. It's probably more common to use SMB networking and try to make it safe by aggressive firewalling (and tunneling, if necessary). There are other possibilities that might be useful in some circumstances, like wrapping the FTP control connections and not worrying about the data, using HTTP for file sharing, and probably dozens of others, but the "best" answer is definitely subject to local requirements. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message