From owner-freebsd-questions@FreeBSD.ORG Thu May 13 20:44:31 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 02A7816A4CE for ; Thu, 13 May 2004 20:44:31 -0700 (PDT) Received: from kende.com (ns1.kende.com [66.17.131.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 44DAA43D1D for ; Thu, 13 May 2004 20:44:30 -0700 (PDT) (envelope-from andras@kende.com) Received: (qmail 2126 invoked by uid 0); 14 May 2004 03:44:42 -0000 Received: from unknown (HELO ak) (67.163.120.76) by ns1.kende.com with SMTP; 14 May 2004 03:44:42 -0000 From: "Andras Kende" To: "'Bruce Hunter'" , Date: Thu, 13 May 2004 22:44:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: <40A42AEB.60405@solisix.com> Thread-Index: AcQ5WO9s9pg9i8N6StuC/86d9gRI1wADNHNg Message-Id: <20040514034430.44DAA43D1D@mx1.FreeBSD.org> 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 03:44:31 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Bruce Hunter Sent: Thursday, May 13, 2004 9:12 PM To: freebsd-questions@freebsd.org Subject: Transfering Files 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? Thanks so much, Bruce _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Bruce, I assuming both system is local behind firewall. I would install both samba and ftp server like pure_ftpd... For fileserver: use samba for mp3's file's Web dev test: you could share the apache document root folders too with samba and copy the files there. Or just upload with windows ftp client... Andras Kende http://www.kende.com