From owner-freebsd-questions@FreeBSD.ORG Fri May 14 02:44:10 2004 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 EE19516A4CE for ; Fri, 14 May 2004 02:44:10 -0700 (PDT) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C6843D1F for ; Fri, 14 May 2004 02:44:10 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp48-135.lns1.adl2.internode.on.net [150.101.48.135])i4E9i7k2037992; Fri, 14 May 2004 19:14:08 +0930 (CST) From: Malcolm Kay Organization: at home To: Bruce Hunter , "freebsd-questions@freebsd.org" Date: Fri, 14 May 2004 19:14:06 +0930 User-Agent: KMail/1.5.4 References: <40A42AEB.60405@solisix.com> In-Reply-To: <40A42AEB.60405@solisix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200405141914.06642.malcolm.kay@internode.on.net> Subject: Re: Transfering Files 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: Fri, 14 May 2004 09:44:11 -0000 On Friday 14 May 2004 11:41, Bruce Hunter wrote: > I have two computer systems. 1 windows 2k system where I do web > development work, specifically php development. The other system is a > FBSD headless system that I control via ssh, from my windows system. The > FBSD system is my local webserver where I do my testing before > transfering to another server. > > My question is this. What is the best way to get my files from my > windows system over to the FBSD webserver. FTP? Samba? or someting else? > Also, I want to make this webserver a file server wher I can save my > downloads and mp3's. Not sure what which direction to go with these two > tasks? > If you're a command line sort of person then scp complements ssh; and if you're using Putty at the Windows end you'll find an scp compatible utility in the package. If you like to point and click then you can set up ftp access through 'network places' on Windows that looks much like normal file access in Windows explorer. Here some 9 or 10 hours ahead of UTC Windows gets a bit confused by the UTC dates presented by unix and sees it as some time in the future, knows that can't be right so dates the file as a year old. If you are the other side of UTC I don't imagine this is a problem. Malcolm