From owner-freebsd-questions@FreeBSD.ORG Mon Mar 26 11:32:14 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 2B3C816A406 for ; Mon, 26 Mar 2007 11:32:14 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DEBFE13C4CB for ; Mon, 26 Mar 2007 11:32:13 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HVnQp-0003Qw-Te for freebsd-questions@freebsd.org; Mon, 26 Mar 2007 13:32:11 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2007 13:32:11 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2007 13:32:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Mon, 26 Mar 2007 13:32:01 +0200 Lines: 16 Message-ID: References: <4607AC59.5040107@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.10 (X11/20060911) In-Reply-To: <4607AC59.5040107@freemail.hu> Sender: news 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:32:14 -0000 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? Have you tried cygwin?