From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 18:01:34 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 558F637B401; Thu, 19 Jun 2003 18:01:34 -0700 (PDT) Received: from mta02-srv.alltel.net (mta02.alltel.net [166.102.165.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E36A43FDF; Thu, 19 Jun 2003 18:01:32 -0700 (PDT) (envelope-from gehicks@alltel.net) Received: from alltel.net ([69.40.21.230]) by mta02-srv.alltel.net with ESMTP id <20030620010131.XQSM6187.mta02-srv.alltel.net@alltel.net>; Thu, 19 Jun 2003 20:01:31 -0500 Date: Thu, 19 Jun 2003 21:01:30 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Greg 'groggy' Lehey From: Jerry Hicks In-Reply-To: <20030620005025.GS93137@wantadilla.lemis.com> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: Andre cc: freebsd-questions@freebsd.org Subject: Re: access symlink in ftpd?? 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, 20 Jun 2003 01:01:34 -0000 On Thursday, June 19, 2003, at 08:50 PM, Greg 'groggy' Lehey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Overlong lines. > > On Friday, 20 June 2003 at 12:44:13 +0200, Andre wrote: > On Friday, 20 June 2003 at 12:45:27 +0200, Andre wrote: > On Friday, 20 June 2003 at 12:46:56 +0200, Andre wrote: > On Friday, 20 June 2003 at 12:46:59 +0200, Andre wrote: > > Once is enough, and this time is 10 hours in the future. > >> I have setup a FreeBSD box with Mysql,apache+mod_php for practical >> purposes, when i want to update the webpages on the FreeBSD machine >> i found it very hard to first use FTP to transfer the pages from my >> windows machine, and then SSH in to the FreeBSD machine and move the ^^^^^^^^^^^^^^^ >> files to the documentroot. >> >> how do i do a symlink that points to the default ftpddir >> ( /usr/home/name ) ? > > What's the problem? > > $ ln -s $documentroot ~ > > But that's not the real answer. If you're using ftp, you're also > transferring your password in the clear. After that, you don't need > ssh to access the machine; you've already compromised yourself. I use > rsync for this purpose. [snip] "But I don't have rsync on my windows machine..." Get it (and ssh too) here: http://cygwin.com/ Or better yet, just start using FreeBSD exclusively :-) Cheers, Jerry Hicks gehicks@alltel.net