From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 16:42:40 2003 Return-Path: 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 8258616A4CE for ; Tue, 9 Dec 2003 16:42:40 -0800 (PST) Received: from theatre.msu.edu (theatre.msu.edu [35.8.69.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9901343D29 for ; Tue, 9 Dec 2003 16:42:28 -0800 (PST) (envelope-from sagejona@theatre.msu.edu) Received: from theatre.msu.edu (12-210-65-147.client.attbi.com [12.210.65.147]) (authenticated bits=0) by theatre.msu.edu (8.12.10/8.12.10) with ESMTP id hBA0gQkO083843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Dec 2003 19:42:26 -0500 (EST) (envelope-from sagejona@theatre.msu.edu) Message-ID: <3FD66BF0.5080805@theatre.msu.edu> Date: Tue, 09 Dec 2003 19:42:24 -0500 From: "Jonathan T. Sage" Organization: MSU Dept of Theatre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD. ORG" References: <20031209195752.H74542@pukruppa.net> <1070998730.391.53.camel@ptp.northnetworks.ca> <3FD63B55.1000006@cream.org> In-Reply-To: <3FD63B55.1000006@cream.org> X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Phone: +1-517-974-1428 X-WWW-Home-Page: http://theatre.msu.edu X-PGP-Key-Figerprint: 182C CF3F 93A9 1DAA 2EBE D4D5 A159 96D9 452E A7F1 X-IM: AIM(jonathantsage,spartyman), ICQ(9587621), YIM(wisesage98) Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7A544529C5C92414B1414B32" Subject: Re: FBSD built in FTP server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2003 00:42:40 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7A544529C5C92414B1414B32 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Andrew Boothman wrote: > Steve Bertrand wrote: > >> Sftp is great, and also loaded up by default is 'scp', which is the >> Secure 'copy' program. From *nix to *nix, it is an effective way to copy >> files to/from remote computers just as if they were local file systems: >> >>> From local to remote >> >> >> # scp thisfile steve@remote.domain.com:/home/steve >> >> and to copy from remote to local: >> >> # scp steve@remote.domain.com:/home/steve/thisfile /home/steve > > > Agreed - I use scp a lot for copying files and directories between > machines. > > There's also a great command-line scp client available for windows > called pscp available from http://www.putty.org.uk/download.html along > with PuTTY itself which is IMHO the best free windows SSH client available. > > Andrew Additionally, there is winscp, http://winscp.sourceforge.net/eng/ which is a windows scp and sftp intereface, optionally importing it's setting from putty. As a pre-warning, to avoid chasing the bugs i did when i decided to use sftp, sftp and scp require a clean login, so if you for instance run a shell script from your .profile (or similar), make sure it only runs on interactive logins. ~j -- "Yesterday upon the stair I saw a man who wasn't there, he wasn't there again today, oh how i wish he'd go away" Rev. Jonathan T. Sage Lighting / Set Designer Professional Web Design [HTTP://theatre.msu.edu] [sagejona@theatre.msu.edu] [See Headers for Contact Info] --------------enig7A544529C5C92414B1414B32 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/1mvyoVmW2UUup/ERAqhwAJsGATPDL1Rwq5ZiP3UAOodbzEBtAACeJcMa rCgmmG8WZvYx+u9AQbAZDqU= =EX+4 -----END PGP SIGNATURE----- --------------enig7A544529C5C92414B1414B32--