From owner-freebsd-questions@FreeBSD.ORG Mon Mar 26 14:18:15 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 CC1AC16A401 for ; Mon, 26 Mar 2007 14:18:15 +0000 (UTC) (envelope-from gandalf@designaproduct.biz) Received: from designaproduct.biz (135-shost.hostoffice.hu [195.228.74.135]) by mx1.freebsd.org (Postfix) with ESMTP id 8F65A13C45B for ; Mon, 26 Mar 2007 14:18:15 +0000 (UTC) (envelope-from gandalf@designaproduct.biz) Received: from [172.16.0.43] (localhost [127.0.0.1]) by designaproduct.biz (Postfix) with ESMTP id 65B8B1DD420 for ; Mon, 26 Mar 2007 10:10:49 -0400 (EDT) Message-ID: <4607D628.3060703@designaproduct.biz> Date: Mon, 26 Mar 2007 16:18:16 +0200 From: Laszlo Nagy 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: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 14:18:15 -0000 Ivan Voras írta: > 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? Thanks, this is the first I'll try. Since I was using pscp, it will be the less pain to use "scp" from "openssh for windows". I hope it will work. Laszlo