From owner-freebsd-questions@FreeBSD.ORG Mon Mar 26 11:46:50 2007 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3FD516A403 for ; Mon, 26 Mar 2007 11:46:50 +0000 (UTC) (envelope-from chris@hier7.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.freebsd.org (Postfix) with SMTP id 6375213C45E for ; Mon, 26 Mar 2007 11:46:50 +0000 (UTC) (envelope-from chris@hier7.com) Received: (qmail 6280 invoked from network); 26 Mar 2007 11:46:49 -0000 Received: from unknown (HELO ?74.109.56.39?) (cms.kw@rogers.com@74.109.56.39 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 26 Mar 2007 11:46:49 -0000 X-YMail-OSG: BVWbchkVM1lH9UEw1WX9X6EdIe67eIzfMi.jz4s0O0BHM3QXAaU4xsnQhAcySEA9Jw-- Message-ID: <4607B2A9.40705@hier7.com> Date: Mon, 26 Mar 2007 07:46:49 -0400 From: Chris Slothouber Organization: hier7 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: FreeBSD-questions@FreeBSD.org References: <4607AC59.5040107@freemail.hu> In-Reply-To: <4607AC59.5040107@freemail.hu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: Copy/move files between Windows and FreeBSD 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, 26 Mar 2007 11:46:50 -0000 Hi Laszlo, I use Unison to run automated file copying (synchronization) from Windows servers to FreeBSD. This program might work for you. It is open source and cross-platform. It is also in the ports collection. Perhaps it will work for you. Here is the link: http://www.cis.upenn.edu/%7Ebcpierce/unison/ Nagy László Zsolt wrote: > > Hi, > I need to copy,move and delete files across two machines. They are > located far away from each other. I have other FreeBSD machines and we > were using SSH2 for this kind of task. Under windows, I could not find > the right software. This is an automated task, and it is not > complicated: copy/move all files from one computer to another. I was > using putty and plink/pscp but it is not reliable. I could not start > them from a win32 service. I could run them from a scheduled program but > sometimes they freeze and then I have to kill and restart the whole > thing. I'm looking for a more reliable tool that can do SCP in batch > mode. Do you have any suggestions?