From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:15:29 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 22C5716A400 for ; Mon, 9 Jul 2007 06:15:29 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id F3B9313C4BD for ; Mon, 9 Jul 2007 06:15:28 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l696FSdO019686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 8 Jul 2007 23:15:28 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l696FRS8029023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 23:15:28 -0700 Message-ID: <4691D27F.8010901@u.washington.edu> Date: Sun, 08 Jul 2007 23:15:27 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Gary Kline References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709061205.GB29775@thought.org> In-Reply-To: <20070709061205.GB29775@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.230033 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Tim Daneliuk , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] 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, 09 Jul 2007 06:15:29 -0000 Gary Kline wrote: > On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > >> On Sun, 8 Jul 2007 17:46:41 -0700 >> Gary Kline wrote: >> >>>> I was able to find, ldown load and instal the DOS/Windows ssh >>>> utility, but am having trouble scp'ing stuff between my BSD side >>>> and my W2K server. Anybody know what file I have to modify to >>>> get permission on the windows computer? >>>> >> OK - there are two scenarios: >> >> 1) Running the command from a Windows command shell to/from BSD >> (really pscp, right? - that's what comes with putty): >> >> pscp user@host:sourcefile localfile - Copies file from BSD to Windows >> pscp localfile user@host:destfile - Copies local file to BSD >> >> This should work out of the box assuming there are no authentication >> or firewall problems in the way. If you're running WinXP/Vista >> you may have to open the Windows firewall to permit this. You >> can see what's going on by having pscp be "verbose" by sticking >> a -v flag into the command: >> >> > > > [[ Dunno why, but I'm saving your entire file:) ---Maybe they've > got DOS/Win in HELL for us Unix types.]] > > Since I've ready got putty on the PC, can I type:: > > pscp kline@10.0.0.250:/tmp/kf141.exe C:\kf141.exe > > ?? > > (Do I have to put the 10.250 IP in brackets, IOW?) > > tia, > -- > ~/.sig, etc, etc. > > No, that should be correct. If that doesn't work, there's always Cygwin.. at least that's a semi-natural version of Unix :). -Garrett