From owner-freebsd-questions@FreeBSD.ORG Fri Dec 30 18:22:47 2005 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 41BF616A422 for ; Fri, 30 Dec 2005 18:22:47 +0000 (GMT) (envelope-from jdkullmann@aliencamel.com) Received: from aliencamel.com (aliencamel.com [69.93.161.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id D791143D5F for ; Fri, 30 Dec 2005 18:22:46 +0000 (GMT) (envelope-from jdkullmann@aliencamel.com) X-Virus-Scanned: by both ClamAV and Kaspersky at http://aliencamel.com/ Received: from [71.250.93.200] (account jdkullmann@aliencamel.com) by aliencamel.com (CommuniGate Pro WebUser 4.2.10) with HTTP id 20164187; Fri, 30 Dec 2005 18:22:45 +0000 From: "JK" To: Joe Auty X-Mailer: CommuniGate Pro WebUser Interface v.4.2.10 Date: Fri, 30 Dec 2005 14:22:45 -0400 Message-ID: In-Reply-To: <965C7CCD-D81D-4675-B9D2-B07BB11335B8@netmusician.org> References: <200512301110.jBUBA7d7000380@oak.pohoyda.family> <965C7CCD-D81D-4675-B9D2-B07BB11335B8@netmusician.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Recursive FTP upload tool? 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: Fri, 30 Dec 2005 18:22:47 -0000 On Fri, 30 Dec 2005 13:13:21 -0500 Joe Auty wrote: > > On Dec 30, 2005, at 1:03 PM, JK wrote: > >> On Fri, 30 Dec 2005 12:10:07 +0100 (CET) >> Alexander Pohoyda wrote: >>> Hi folks, >>> I'm looking for a command-line tool to recursively upload all >>>changed >>> files/directories to my homepage server via FTP. Is there anything >>> better than wput for this task? >> >> 'rsync' is perfectly suited for this and much much better than ftp. >> >> ''man rsync'' > > > > It is, but I believe it only works over SSH. Perhaps it can be > configured to work over FTP, I've never tried (no reason to). > Can you use ssh? I personally never use nor enable FTP anymore these days given the massive number of script kiddies and serious hackers out there. Regular FTP is just too insecure ( I don't know about more recent ''secure'' FTP ). Just use ssh and if it's not available on the other end beg/tell/require them to enable it I get easily over 1000 attempts per day from hackers trying to break into my poor little colo'd server...